Skip to content

Commit

Permalink
feat(uptime): Add flag for displaying create via wizard (#77823)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Sep 19, 2024
1 parent b099c80 commit 8da2098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,8 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:transaction-name-sanitization", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enables creation and full updating of uptime monitors via the api
manager.add("organizations:uptime-api-create-update", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Displys the "Uptime Monitor" option in the alert creation wizard
manager.add("organizations:uptime-display-wizard-create", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enables automatic hostname detection in uptime
manager.add("organizations:uptime-automatic-hostname-detection", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enables automatic subscription creation in uptime
Expand Down

0 comments on commit 8da2098

Please sign in to comment.