Live check

Is Sentry down right now?

Checking Sentry’s status page…

Fetched live from status.sentry.io by your own browser — we never proxy, cache, or fake it.

While you wait: the Sentry incident checklist

  1. Remember which way the dependency points. Sentry being down doesn't make your app down: SDKs send asynchronously and drop events when the backend is unreachable. The outage is in your visibility, not your service.
  2. Confirm health independently. 'No new errors in Sentry' is meaningless right now. Check metrics, logs and uptime checks — signals that don't share Sentry's fate — before treating quiet as good.
  3. Expect a gap, not a backlog. Client SDKs buffer only briefly, so events from the window are mostly gone rather than delayed. Note the window so nobody trusts the 'zero errors' hour in next week's review.
  4. Unblock your releases. If CI uploads sourcemaps or creates Sentry releases as a blocking step, make it best-effort for the duration. A hotfix should never wait on the error tracker.
  5. Brace alert rules for recovery. Volume-based alert rules can misread the recovery burst as an incident spike. Expect a few false alarms as ingestion resumes and triage accordingly.

What breaks when Sentry has issues

Sentry incidents create an observability blind spot: new crashes go unrecorded, issue-based alerting into Slack or PagerDuty falls silent, and release-health data (crash-free rates, adoption) gaps out. Production itself is safe — SDKs are designed to fail open without blocking your request path — but CI steps that create releases or upload sourcemaps can fail builds, and any workflow gated on Sentry data stalls. The risk isn't downtime; it's shipping and operating blind while assuming silence means health.

FAQ

Will Sentry being down slow down or crash my app?

It shouldn't: Sentry SDKs send events asynchronously with small internal queues and are designed to drop data rather than block your application when the backend is unreachable.

Are events from the outage window lost or just delayed?

Assume mostly lost: client SDKs buffer briefly and drop what they can't send. Treat the window as a data gap rather than expecting a backfill after recovery.

Should sourcemap upload failures block CI?

Not during an incident — and arguably never on hotfix pipelines. Make the Sentry release step best-effort so the error tracker can't block a fix from shipping.

How do I monitor my app while Sentry is down?

Fall back to signals that don't share Sentry's fate: infrastructure metrics, application logs, uptime checks, and synthetic probes from a different provider.

Does this affect self-hosted Sentry?

No — status.sentry.io covers Sentry's SaaS platform. Self-hosted Sentry instances fail on your infrastructure, not theirs, and won't appear on this page.

Get pinged in your toolbar the moment Sentry’s status changes

Vendor Status Dashboard is a Chrome extension for on-call engineers: Sentry and every other vendor you depend on, one badge, answer in five seconds. Free for 5 vendors, no account.

Join the waitlist — launching soon