Skip to content

Commit b57b250

Browse files
authored
chore(rate-limits): remove old api rate limit rollout flag registration (#102050)
Removes `api-organization_events-rate-limit-reduced-rollout`, since it wasn't being used anywhere.
1 parent 3115f58 commit b57b250

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
5252
manager.add("organizations:anomaly-detection-eap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5353
# Enable anr frame analysis
5454
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)
5755
# Gate the changes to the ask seer consent flow
5856
manager.add("organizations:ask-seer-consent-flow-update", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
5957
# Enables the endpoint to merge user accounts with the same email address

0 commit comments

Comments
 (0)