From e59d06d419fc11d47016ed7cf39cf0bcf76c676c Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Tue, 15 Oct 2024 11:57:35 -0700 Subject: [PATCH] ref(uptime): Remove uptime-rule-api flag --- src/sentry/features/temporary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index c387b5ca24bd12..28acfc7d83f789 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -503,8 +503,6 @@ def register_temporary_features(manager: FeatureManager): manager.add("organizations:uptime-automatic-hostname-detection", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enables automatic subscription creation in uptime manager.add("organizations:uptime-automatic-subscription-creation", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) - # Enabled returning uptime monitors from the rule api - manager.add("organizations:uptime-rule-api", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enable creating issues via the issue platform manager.add("organizations:uptime-create-issues", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enables uptime related settings for projects and orgs