From 6b08cac02a4e4046069933a9c8d751a09b4e8588 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Mon, 3 Nov 2025 10:28:27 -0500 Subject: [PATCH] ref(uptime): Clarify ensure_assignment This was still using wording from the ProjectUptimeSubscription era --- src/sentry/uptime/subscriptions/subscriptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/uptime/subscriptions/subscriptions.py b/src/sentry/uptime/subscriptions/subscriptions.py index b504706bfff28c..30a62eee5a2fe2 100644 --- a/src/sentry/uptime/subscriptions/subscriptions.py +++ b/src/sentry/uptime/subscriptions/subscriptions.py @@ -492,7 +492,7 @@ def enable_uptime_detector( are no available seats the monitor will be disabled and a `UptimeMonitorNoSeatAvailable` will be raised. - By default if the monitor is already marked as ACTIVE this function is a + By default if the detector is already marked as enabled this function is a no-op. Pass `ensure_assignment=True` to force seat assignment. """ if not ensure_assignment and detector.enabled: