-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(flags): add flag persistence as a default setting across the org #27527
base: master
Are you sure you want to change the base?
Conversation
📸 UI snapshots have been updated28 snapshot changes in total. 0 added, 28 modified, 0 deleted:
Triggered by this commit. |
@@ -315,7 +318,7 @@ export const featureFlagLogic = kea<featureFlagLogicType>([ | |||
}, | |||
}, | |||
})), | |||
reducers({ | |||
reducers(() => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly asking out of curiosity, was this a necessary diff/ did it fix something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, unnecessary diff. Will remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweeeeeeet
Size Change: 0 B Total Size: 1.13 MB ℹ️ View Unchanged
|
…tHog/posthog into feat/enable-default-flag-persistence
Problem
Many customers have been asking for the ability to enable flag persistence as a default behavior in our app, since they use flags in experiments and sometimes forget to check the box, which inevitably leads to the experiments being messed up. See #27514 for more context.
This PR implements #27514.
Changes
Does this work well for both Cloud and self-hosted?
Yawp
How did you test this code?
Manually tested it, see: https://www.loom.com/share/71d59c74f179498e91ef44299d5f6ad4