Skip to content

Commit

Permalink
add new flag for insights use eap
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikB2014 committed Dec 5, 2024
1 parent 3f27833 commit edca6e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:insights-query-date-range-limit", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
# Make Insights modules use EAP instead of metrics
manager.add("organizations:insights-use-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Make Insights modules use EAP instead of metrics, but for area's that are still WIP
manager.add("organizations:insights-use-eap-wip", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable access to insights metrics alerts
manager.add("organizations:insights-alerts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable Related Issues table in Insights modules
Expand Down

0 comments on commit edca6e9

Please sign in to comment.