We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9713e5c commit 108d1dfCopy full SHA for 108d1df
src/sentry/features/temporary.py
@@ -62,6 +62,8 @@ def register_temporary_features(manager: FeatureManager):
62
manager.add("organizations:api-keys", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, default=False, api_expose=True)
63
# Rollout of the new API rate limits for organization events
64
manager.add("organizations:api-organization_events-rate-limit-reduced-rollout", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
65
+ # Enables auto-sized Big Number widgets in Dashboards
66
+ manager.add("organizations:auto-size-big-number-widget", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
67
# Enables the cron job to auto-enable codecov integrations.
68
manager.add("organizations:auto-enable-codecov", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
69
# Autofix use new strategy without codebase indexing
0 commit comments