live monitor

sentry alerts streamed in real time via webhooks. configure a sentry internal integration to post to /api/sentry/webhook.

alert stream

connecting
0 alerts
no alerts yet — feed is idle.
how to wire this up
  1. In Sentry → Settings → Developer Settings → New Internal Integration.
  2. Add webhook URL: https://<your-host>/api/sentry/webhook
  3. Copy the integration's signing secret into SENTRY_WEBHOOK_SECRET env var.
  4. Create a Sentry Alert Rule (e.g. "more than 5 fatal events in 5 min") with the integration as the action.
  5. Test locally with the inject demo button above.