-
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
chore: clean up surveys flags #27410
base: master
Are you sure you want to change the base?
Conversation
SURVEYS_ACTIONS: 'surveys-actions', // owner: #team-feature-success | ||
SURVEYS_RECURRING: 'surveys-recurring', // owner: #team-feature-success | ||
SURVEYS_ADAPTIVE_COLLECTION: 'surveys-recurring', // owner: #team-feature-success | ||
SURVEYS_ADAPTIVE_LIMITS: 'surveys-adaptive-limits', // owner: #team-surveys (disabled) |
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.
flag is disabled
SURVEYS_RECURRING: 'surveys-recurring', // owner: #team-feature-success | ||
SURVEYS_ADAPTIVE_COLLECTION: 'surveys-recurring', // owner: #team-feature-success | ||
SURVEYS_ADAPTIVE_LIMITS: 'surveys-adaptive-limits', // owner: #team-surveys (disabled) | ||
SURVEYS_ACTIONS: 'surveys-actions', // owner: #team-surveys (enabled to team 2) |
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.
enabled to team 2
@@ -216,7 +212,7 @@ export const FEATURE_FLAGS = { | |||
MESSAGING: 'messaging', // owner @mariusandra #team-cdp | |||
BILLING_TRIAL_FLOW: 'billing-trial-flow', // owner: @zach | |||
EDIT_DWH_SOURCE_CONFIG: 'edit_dwh_source_config', // owner: @Gilbert09 #team-data-warehouse | |||
AI_SURVEY_RESPONSE_SUMMARY: 'ai-survey-response-summary', // owner: @pauldambra | |||
AI_SURVEY_RESPONSE_SUMMARY: 'ai-survey-response-summary', // owner: #team-surveys (early access) |
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.
enabled and early access
SURVEYS_EVENTS: 'surveys-events', // owner: #team-feature-success | ||
SURVEYS_ACTIONS: 'surveys-actions', // owner: #team-feature-success | ||
SURVEYS_RECURRING: 'surveys-recurring', // owner: #team-feature-success |
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.
those are enabled and stale already
SURVEYS_EVENTS: 'surveys-events', // owner: #team-feature-success | ||
SURVEYS_ACTIONS: 'surveys-actions', // owner: #team-feature-success | ||
SURVEYS_RECURRING: 'surveys-recurring', // owner: #team-feature-success | ||
SURVEYS_ADAPTIVE_COLLECTION: 'surveys-recurring', // owner: #team-feature-success |
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.
not used and the value was dupe anyway
Size Change: -152 B (-0.01%) Total Size: 1.11 MB ℹ️ View Unchanged
|
Problem
clean up old flags
i will remove them if PR is approved
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Does this work well for both Cloud and self-hosted?
How did you test this code?