Skip to content

Commit de7074c

Browse files
feat(alerts): Add new feature flag to enable EAP alerts (#78985)
1 parent a090ad6 commit de7074c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/sentry/features/temporary.py

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def register_temporary_features(manager: FeatureManager):
5353
manager.add("organizations:alert-filters", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
5454
# Enables the migration of alerts (checked in a migration script).
5555
manager.add("organizations:alerts-migration-enabled", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
56+
# Enables EAP alerts
57+
manager.add("organizations:alerts-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5658
# Enable anomaly detection feature for rollout
5759
manager.add("organizations:anomaly-detection-rollout", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5860
# Enable anomaly detection charts

0 commit comments

Comments
 (0)