Skip to content

Commit 88fe9d1

Browse files
authored
feat(explore): Feature flag for admin only controls (#80837)
1 parent 5279875 commit 88fe9d1

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
@@ -527,6 +527,8 @@ def register_temporary_features(manager: FeatureManager):
527527
manager.add("organizations:user-feedback-trace-section", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
528528
# Enable view hierarchies options
529529
manager.add("organizations:view-hierarchies-options-dev", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
530+
# Enable admin features on the new explore page
531+
manager.add("organizations:visibility-explore-admin", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
530532
# Enable the new explore page
531533
manager.add("organizations:visibility-explore-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
532534
# Enable the dataset toggle on the new explore page

0 commit comments

Comments
 (0)