Why use this integration?
Streamlined alert ingestion
Customizable workflows
Automatic incident creation
At-a-Glance Workflow
Before You Begin
This setup involves two systems — Sentry and Rootly — so make sure you have the right access in both before starting. The installation takes about 5 minutes and only needs to be done once per Sentry organization.Installation
To start receiving Sentry alerts in Rootly, you install the Rootly app inside your Sentry organization. Once installed, Sentry can forward enriched alert payloads into Rootly, giving your workflows the real-time context they need to act. Install the Rootly integration inside your Sentry organization. This allows Sentry to forward enriched alert payloads into Rootly, giving your Rootly workflows the real-time context they need.Open Integrations in Sentry

Accept and install

Configure the alert source in Rootly

Verify the installation

Alert Types
Rootly supports three Sentry alert types, each with different behavior.Issue Alerts
Issue alerts are tied to specific Sentry issues and support automatic resolution. When Sentry sends a resolved event, Rootly resolves the corresponding alert automatically. You can configure the following directly in the Sentry alert rule action settings:type:id — for example, EscalationPolicy:abc-123.Supported types: User, Group, EscalationPolicy, Service. Set to none to disable paging entirely.Metric Alerts
Metric alerts are threshold-based and do not support automatic resolution. When a metric alert fires, Rootly creates an alert in the open state. You must resolve it manually or through a workflow. Metric alerts also supportrootly_notification_target and rootly_urgency in the Sentry alert rule action settings.
Issue (Legacy)
Theissue resource type is a legacy format that’s still supported but not recommended for new rules. New rules should use event_alert instead. Existing rules using the legacy type will continue to work without migration.
Alert Workflows
Once Sentry is connected, you define alert rules in Sentry that determine when to forward alerts to Rootly, then build workflows in Rootly that react to those alerts — declaring incidents, paging responders, and kicking off your response process automatically.Step 1: Create Alert Rules in Sentry
You’ll start in Sentry by defining the alert rules that determine when an event should be forwarded to Rootly. These rules let you specify conditions based on error frequency, type, tags, severity, or any combination — so only the alerts that matter reach Rootly. Every alert that passes these conditions will land in Rootly’s alert feed with the full Sentry payload attached.Navigate to Alerts and create a new rule

Choose your alert type and set conditions
environment:production is present. The more precisely you scope these, the less noise your Rootly workflows will see.Add Rootly as the action

Send a test notification

Step 2: Build the Workflow in Rootly
With alerts now flowing into Rootly, you create a workflow that reacts to them. Rootly workflows let you inspect the incoming alert payload, apply conditions to filter which alerts should trigger a response, and chain together actions like creating an incident, paging on-call, or sending notifications. You only need one workflow per alert pattern — conditions handle the filtering.Open Workflows and create a new workflow

Choose an Alert-based workflow type

Configure workflow details
- Workflow description — helps your team understand what this workflow does
- Repeat configuration — controls whether the workflow can fire multiple times for the same alert
Set the trigger
- Alert Created — fires when a new alert is received from Sentry
- Alert Status Updated — fires when an existing alert changes state (for example, resolved or acknowledged)
Add conditions to match Sentry alerts
- Match by Source
- Match by Payload
any of the following conditions are true:- Source is
Sentry
Add actions
- Create Incident — declares an incident with context pulled directly from the alert payload
- Page Rootly On-Call — immediately pages the on-call responder for the affected service
- Send SMS or Email — notifies stakeholders outside of Slack
Save and activate the workflow

Step 3: Verify
Return to Sentry and trigger the alert rule again — or send another test notification. Confirm that the workflow activates inside Rootly and that the expected incident or action is created. You can monitor workflow execution in Rootly → Workflows → Activity.
How Alert Fields Are Mapped
Rootly extracts the following fields from each Sentry alert type and makes them available as conditions and variables inside your workflows:level, type, project, and status are extracted as labels on every alert where available. Use these as workflow conditions to filter by severity, environment, or state.Troubleshooting
Sentry alerts aren't appearing in Rootly
Sentry alerts aren't appearing in Rootly
Metric alerts aren't resolving automatically
Metric alerts aren't resolving automatically
rootly_notification_target isn't paging anyone
rootly_notification_target isn't paging anyone
type:id format exactly (for example, EscalationPolicy:abc-123) and that the resource exists in Rootly. Setting the value to none disables paging. An invalid or missing resource is silently ignored.rootly_urgency isn't being applied
rootly_urgency isn't being applied