Block a user
Sentry Cron Monitoring support
Also thank you for the hint with before_actions
/ after_actions
. I got the cron monitoring setup working with before_actions
=> in_progress
, on_error
=> error
and after_actions
=> ok
.
Sentry Cron Monitoring support
SENTRY_DSN
is something else, it's basically just an project identifer used for error and performance reporting. They created special endpoints for cron monitoring.
Example values: `SENTRY_DS…
Sentry Cron Monitoring support