We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3115f58 commit b57b250Copy full SHA for b57b250
src/sentry/features/temporary.py
@@ -52,8 +52,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
52
manager.add("organizations:anomaly-detection-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
53
# Enable anr frame analysis
54
manager.add("organizations:anr-analyze-frames", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
55
- # Rollout of the new API rate limits for organization events
56
- manager.add("organizations:api-organization_events-rate-limit-reduced-rollout", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
57
# Gate the changes to the ask seer consent flow
58
manager.add("organizations:ask-seer-consent-flow-update", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
59
# Enables the endpoint to merge user accounts with the same email address
0 commit comments