Runframe
Integrations

Sentry

Create Runframe incidents automatically from Sentry issue alerts via webhooks.

How it works

Sentry Issue Event → Webhook POST → Runframe → Incident Created

Sentry sends issue events to Runframe's webhook endpoint. Runframe parses the payload, maps severity, and creates an incident routed to the linked service and team.


Setup from Runframe

  1. Navigate to Integrations Hub
  2. Click Set up webhook next to Sentry
  3. Link one Runframe service to Sentry
  4. Copy the service-specific webhook URL shown on the Sentry integration page

Setup from Sentry

  1. In Sentry, navigate to Settings > Developer Settings
  2. Create or edit an internal integration with webhook permissions
  3. Paste the Runframe Sentry webhook URL
  4. Enable issue/event webhooks for the projects you want to route into Runframe
  5. Trigger a test issue event and confirm Runframe creates an incident

Keep your webhook URL secure

The routing key in your webhook URL is a secret token. Treat it like a password and avoid pasting it in public tickets, logs, or docs.


Field mapping

Sentry fieldRunframe field
Issue title or event titleIncident title
LevelSeverity action
ProjectIncident metadata
EnvironmentIncident metadata
CulpritDescription context
Event URLSource URL

Severity mapping

Configure how Sentry levels map to Runframe incident actions:

Sentry levelDefault Runframe action
fatalCritical (SEV0)
errorMedium (SEV2)
warningLow (SEV3)
infoDo not create
debugDo not create

Customize severity mapping

Adjust severity mapping per linked service. For example, you can ignore routine warning events or route only fatal errors to SEV0.


Deduplication

Runframe derives a stable deduplication key from the Sentry issue or event identifiers when available. Repeated events update the same open incident instead of creating duplicates.


Testing

Trigger a test Sentry issue event and verify:

  1. Runframe creates the incident
  2. Title, severity, and service routing are correct
  3. Sentry context is attached
  4. The right team is notified