Skip to content

Commit

Permalink
feat(widget-builder): Add feature flag for redesign (#81377)
Browse files Browse the repository at this point in the history
  • Loading branch information
narsaynorath authored Nov 27, 2024
1 parent 2613081 commit eaed1d0
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 @@ -110,6 +110,8 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:dashboards-share", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable favouriting dashboards
manager.add("organizations:dashboards-favourite", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable the dashboard widget builder redesign UI
manager.add("organizations:dashboards-widget-builder-redesign", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable the dev toolbar PoC code for employees
# Data Secrecy
manager.add("organizations:data-secrecy", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
Expand Down

0 comments on commit eaed1d0

Please sign in to comment.