-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(feedback): create two feature flag for auto spam filtering UI & ingest #64098
Conversation
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.
we'll probably want to make this an option backed feature handler since it will be used in ingestion, so you'd do FeatureHandlerStrategy.INTERNAL
and feel free to create two flags one flagr and one for ingest if you want to have the UI part of if be separate from what you're doing in ingestion! |
c5462cd
to
0702512
Compare
… ingest (#64098) `organizations:user-feedback-spam-filter-ui` Feature flag for the upcoming user feedback auto spam filtering feature UI Flagr: https://flagr.getsentry.net/#/flags/539 `organizations:user-feedback-spam-filter-ingest` Flag for ingest Closes #64096
organizations:user-feedback-spam-filter-ui
Feature flag for the upcoming user feedback auto spam filtering feature UI
Flagr: https://flagr.getsentry.net/#/flags/539
organizations:user-feedback-spam-filter-ingest
Flag for ingest
Closes #64096