Skip to content

Commit 9374a8e

Browse files
authored
flags(insights): add flag for insight chart actions (#92258)
Adds a flag which will enable the "open in explore" and "create alert" action from insight charts
1 parent ec5800e commit 9374a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ def register_temporary_features(manager: FeatureManager):
350350
manager.add("organizations:insights-modules-use-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
351351
# Make insights overview module use EAP instead of metrics
352352
manager.add("organizations:insights-overview-use-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
353+
# Enable open in explore and create alert actions inside insight charts
354+
manager.add("organizations:insights-chart-actions", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
353355
# Enable access to insights metrics alerts
354356
manager.add("organizations:insights-alerts", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
355357
# Enable Related Issues table in Insights modules

0 commit comments

Comments
 (0)