Sentry
Receive Sentry issue alerts, metric alerts, and error notifications via webhook.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Sentry.
Configure Sentry
Add the webhook URL in your Sentry settings.
Auto-Detected
Alert24 auto-detects Sentry payloads and maps them to incidents.
Step-by-Step Setup Instructions
Sentry Webhook Setup
### Option A: Internal Integration (Recommended)
- issue — triggers on issue created, resolved, assigned, archived
- event_alert — triggers when an issue alert rule fires
- error — triggers on new error events
### Option B: Webhook Integration (Simpler)
### Metric Alerts
To receive metric alert webhooks, create a Sentry Integration Platform app (Option A) and configure metric alert actions to send to it, or use Sentry's alert rule actions to POST to your webhook URL.
Example Webhook Payload
This is a sample payload that Sentry sends to Alert24 when an alert fires.
{
"action": "triggered",
"data": {
"event": {
"title": "TypeError: Cannot read property of undefined",
"event_id": "abc123def456",
"project": "frontend",
"level": "error",
"platform": "javascript",
"url": "https://sentry.io/issues/12345/",
"web_url": "https://myorg.sentry.io/issues/12345/events/abc123def456/",
"metadata": {
"type": "TypeError",
"value": "Cannot read property of undefined"
},
"exception": {
"values": [
{
"type": "TypeError",
"value": "Cannot read property of undefined"
}
]
}
},
"triggered_rule": "High Error Rate Alert",
"issue_alert": {
"title": "High Error Rate Alert"
}
},
"actor": {
"type": "application",
"name": "sentry"
}
}How Alert24 Maps Sentry Data
Status Field
_normalized_status
Message Field
_normalized_message
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Sentry Values |
|---|---|
| operational | resolved |
| degraded | warning |
| down | triggeredcreatedcritical |
Connect Sentry to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Logging & Error Tracking Integrations
Splunk
InboundReceive Splunk alert webhook notifications.
Sumo Logic
InboundReceive Sumo Logic scheduled search and monitor alerts.
Elastic (ELK)
InboundReceive Elasticsearch Watcher and Kibana alert notifications via webhook.
Graylog
InboundReceive Graylog event and alert notifications via HTTP notification.
Papertrail
InboundReceive Papertrail log search alerts via webhook.
Loggly
InboundReceive Loggly alert notifications via HTTP endpoint.