DevOps

Monitor Vercel with MrCron

MrCron mirrors Vercel deploy state, build error rate, and the latest deployed commit every 5 minutes so you can catch broken deploys in the same dashboard as your errors.

How MrCron monitors Vercel

  • Last deploy state per project (READY, ERROR, BUILDING, CANCELED).
  • Build error rate across the last 24 hours of deploys.
  • Latest commit SHA and message for the last deployed build.
  • OAuth token refresh handled automatically so integrations stay live.
  • Alert rules that fire on failed deploys via any notification channel.

What you will see

Last deploy state, build error rate, latest commit deployed.

Auth flow: OAuth. Credentials are stored encrypted at rest with AES-256-GCM and never returned to your browser.

Start monitoring Vercel

Sign in, create a project, and connect Vercel in under a minute. First check ships in the free tier.

Start monitoring Vercel

Frequently asked questions

How does MrCron connect to Vercel?
OAuth. You grant read access to your team, pick which project to attach, and MrCron refreshes the token automatically on every sync.
Does MrCron read deployment logs?
No. MrCron reads deployment summaries (state, commit, duration). Build logs remain in the Vercel UI; MrCron deep-links to them.
Can I attach multiple Vercel projects to one MrCron project?
No. Each MrCron project holds one Vercel integration. Split multi-service apps across multiple MrCron projects.
What happens when a deploy fails?
The next sync flips the vercel_last_deploy_state metric to ERROR and drops the project card to amber or red depending on rate. Configure an alert to route the state change.
Want the full concept-level detail? See MrCron docs for how projects, checks, and sync cadence work.