Skip to content

Commit d0aeb2e

Browse files
authored
chore(dashboards): Add feature flag for equations in dashboards (#95288)
1 parent 305b5c1 commit d0aeb2e

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
@@ -477,6 +477,8 @@ def register_temporary_features(manager: FeatureManager):
477477
manager.add("organizations:visibility-explore-aggregate-editor", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
478478
# Enable equations feature on the new explore page
479479
manager.add("organizations:visibility-explore-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
480+
# Enable equations feature in dashboards
481+
manager.add("organizations:visibility-dashboards-equations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
480482
# Enable the new explore page
481483
manager.add("organizations:visibility-explore-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
482484
# Enable high date range options on new explore page

0 commit comments

Comments
 (0)