-
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(experiments): implement reusable metrics #27154
Conversation
…riments-saved-metrics
Size Change: +172 B (+0.02%) Total Size: 1.11 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated4 snapshot changes in total. 0 added, 4 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated4 snapshot changes in total. 0 added, 4 modified, 0 deleted:
Triggered by this commit. |
…g/posthog into experiments-saved-metrics
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.
didn't try running locally, though code looks alright! 🙈
One comment, would recommend running through once locally with the flag off.
@@ -211,11 +221,14 @@ export function Experiments(): JSX.Element { | |||
{ key: ExperimentsTabs.Yours, label: 'Your experiments' }, | |||
{ key: ExperimentsTabs.Archived, label: 'Archived experiments' }, | |||
{ key: ExperimentsTabs.Holdouts, label: 'Holdout groups' }, | |||
{ key: ExperimentsTabs.SavedMetrics, label: 'Saved metrics' }, |
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.
should the tab show up without the flag?
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.
Thanks, will do!
…riments-saved-metrics
Required feature flag:
experiments-multiple-metrics
Changes
Add the ability to manage saved metrics for Experiments.
List saved metrics:
Edit a Trends metric:
Edit a Funnels metric:
How did you test this code?
👀