Skip to content

Commit

Permalink
ref(uptime): Remove uptime-rule-api flag
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 18, 2024
1 parent 0ecd4fa commit e59d06d
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 @@ -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
Expand Down

0 comments on commit e59d06d

Please sign in to comment.