We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4115f55 commit a196875Copy full SHA for a196875
src/sentry/uptime/subscriptions/subscriptions.py
@@ -492,7 +492,7 @@ def enable_uptime_detector(
492
are no available seats the monitor will be disabled and a
493
`UptimeMonitorNoSeatAvailable` will be raised.
494
495
- 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
496
no-op. Pass `ensure_assignment=True` to force seat assignment.
497
"""
498
if not ensure_assignment and detector.enabled:
0 commit comments