Skip to content

Commit b25f06e

Browse files
feat(uptime): Release the uptime group type (#94827)
This will allow us to remove the following feature flags - feature.organizations:issue-uptime-domain-failure-visible: - feature.organizations:issue-uptime-domain-failure-ingest: - feature.organizations:issue-uptime-domain-failure-post-process-group: Depends on #94963
1 parent b0263c2 commit b25f06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/uptime/grouptype.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ class UptimeDomainCheckFailure(GroupType):
288288
type_id = 7001
289289
slug = GROUP_TYPE_UPTIME_DOMAIN_CHECK_FAILURE
290290
description = "Uptime Domain Monitor Failure"
291+
released = True
291292
category = GroupCategory.UPTIME.value
292293
category_v2 = GroupCategory.OUTAGE.value
293294
creation_quota = Quota(3600, 60, 1000) # 1000 per hour, sliding window of 60 seconds

0 commit comments

Comments
 (0)