-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Sentry version: @sentry/[email protected]
Cron configuration:

I put this before the actual cron logic:
const checkInId = Sentry.captureCheckIn({
monitorSlug: SCRIPT_NAME_LOWERCASE,
status: 'in_progress',
})
this at the end:
Sentry.captureCheckIn({
checkInId,
monitorSlug: SCRIPT_NAME_LOWERCASE,
status: 'ok',
})
But it will always get timed out, even though the script was successfully ran. Also checkinID, always has a value
This ss is from a different test that I did for debugging,
Expected Result
Successful status for cron checkin
Actual Result



Product Area
Crons
Link
No response
DSN
https://[email protected]/6324830
Version
No response
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Community