Sentry

Receive Sentry issue alerts, metric alerts, and error notifications via webhook.

InboundLogging & Error Tracking
Start Free Trial

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)

1.In Sentry, go to Settings → Developer Settings
2.Click Create New IntegrationInternal Integration
3.Give it a name (e.g., "Alert24")
4.Set the Webhook URL to the webhook URL shown above
5.Under Permissions, grant read access to Issue & Event
6.Under Webhooks, check:

- issue — triggers on issue created, resolved, assigned, archived

- event_alert — triggers when an issue alert rule fires

- error — triggers on new error events

7.Click Save Changes
8.Copy the Client Secret and paste it as the webhook secret in Alert24 for signature verification

### Option B: Webhook Integration (Simpler)

1.In Sentry, go to Settings → Integrations
2.Search for Webhooks and click Add to Project
3.Enter the webhook URL above in the Callback URL field
4.Check the event types you want to receive
5.Click Save Changes

### 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 StatusSentry 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