Skip to content

Commit cd1ac11

Browse files
authored
flags(insights): register flag for new frontend page ui (#96850)
Corresponding flagr PR getsentry/sentry-options-automator#4753
1 parent c8334af commit cd1ac11

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
@@ -382,6 +382,8 @@ def register_temporary_features(manager: FeatureManager):
382382
manager.add("organizations:insights-query-date-range-limit", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
383383
# Make Insights overview pages use EAP instead of transactions (because eap is not on AM1)
384384
manager.add("organizations:insights-modules-use-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
385+
# Enable new frontend overview ui (DAIN-154)
386+
manager.add("organizations:insights-frontend-overview-new-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
385387
# Enable open in explore and create alert actions inside insight charts
386388
manager.add("organizations:insights-chart-actions", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
387389
# Enable access to insights metrics alerts

0 commit comments

Comments
 (0)