Skip to content

Commit

Permalink
Remove flag definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gggritso committed Dec 10, 2024
1 parent f93a030 commit b781ee3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,6 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:standalone-span-ingestion", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable the aggregate span waterfall view
manager.add("organizations:starfish-aggregate-span-waterfall", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enable bundle analysis ui and endpoint
manager.add("organizations:starfish-browser-resource-module-bundle-analysis", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enables the resource module ui
manager.add("organizations:starfish-browser-resource-module-image-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enables the resource module ui
Expand Down

0 comments on commit b781ee3

Please sign in to comment.