Browse Source

remove temporary flagpole option (#74597)

depends on
https://github.com/getsentry/sentry-options-automator/pull/1982
depends on https://github.com/getsentry/sentry/pull/74594
Nathan Hsieh 7 months ago
parent
commit
5e05ce5d1e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/sentry/features/temporary.py

+ 0 - 2
src/sentry/features/temporary.py

@@ -44,8 +44,6 @@ def register_temporary_features(manager: FeatureManager):
 
     # Enables activated alert rules
     manager.add("organizations:activated-alert-rules", OrganizationFeature, FeatureHandlerStrategy.REMOTE, api_expose=True)
-    # Enables IS_IN for issue alerts
-    manager.add("organizations:issues-alerts-is-in", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE)
     # Enables alert creation on indexed events in UI (use for PoC/testing only)
     manager.add("organizations:alert-allow-indexed", OrganizationFeature, FeatureHandlerStrategy.REMOTE, api_expose=True)
     # Use metrics as the dataset for crash free metric alerts