Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sentry/uptime/subscriptions/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading