Skip to content

Commit

Permalink
chore(sourcemaps): ui feature flag (getsentry#78201)
Browse files Browse the repository at this point in the history
  • Loading branch information
obostjancic authored Sep 27, 2024
1 parent c344143 commit eb45b98
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 @@ -222,6 +222,8 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:on-demand-metrics-query-spec-version-two", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Display metrics components with a new design
manager.add("organizations:metrics-new-inputs", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Display new Source map uploads view in settings
manager.add('organizations:new-source-map-uploads-view', OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Display on demand metrics related UI elements
manager.add("organizations:on-demand-metrics-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Display on demand metrics related UI elements, for dashboards and widgets. The other flag is for alerts.
Expand Down

0 comments on commit eb45b98

Please sign in to comment.