Switch language한국어
Back to the list

I Was Filming a Demo of My Monitoring Tool. The Monitor Wasn't Monitoring.

TL;DR AI

Key summary

2 min read
  1. A Cloudflare Worker using Sentry.withMonitor() was running on schedule but not creating a Sentry Cron monitor or check-ins.

  2. The issue was that the monitor lacked explicit cron settings, so the job executed while monitoring silently failed.

  3. After adding the cron schedule, check-in margin, max runtime, and timezone, the monitor appeared correctly in Sentry.

  4. The case shows that successful execution does not guarantee observability, and Sentry Cron monitors need explicit scheduling to work.

Read the original