live monitor
sentry alerts streamed in real time via webhooks. configure a sentry internal integration to post to /api/sentry/webhook.
how to wire this up
- In Sentry → Settings → Developer Settings → New Internal Integration.
- Add webhook URL:
https://<your-host>/api/sentry/webhook - Copy the integration's signing secret into
SENTRY_WEBHOOK_SECRETenv var. - Create a Sentry Alert Rule (e.g. "more than 5 fatal events in 5 min") with the integration as the action.
- Test locally with the inject demo button above.