Skip to content

Commit c490a80

Browse files
Update sentry_sdk/crons/api.py
Co-authored-by: Daniel Szoke <[email protected]>
1 parent bb31f29 commit c490a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/crons/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def capture_checkin(
5656
sentry_sdk.capture_event(check_in_event)
5757

5858
logger.debug(
59-
f"[Crons] Captured check-in({check_in_event.get('check_in_id')}): {check_in_event.get('monitor_slug')} -> {check_in_event.get('status')}"
59+
f"[Crons] Captured check-in ({check_in_event.get('check_in_id')}): {check_in_event.get('monitor_slug')} -> {check_in_event.get('status')}"
6060
)
6161

6262
return check_in_event["check_in_id"]

0 commit comments

Comments
 (0)