> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sentry

> Use Sentry alerts and issues to trigger incidents in Rootly, page on-call responders, and streamline alert workflows from your application monitoring platform.

This integration enables you to ingest alerts from Sentry and automatically trigger incident response workflows in Rootly.

When something breaks, Sentry sends the alert to Rootly, and Rootly starts your alert workflow: an incident is declared, context flows in, responders are notified, and you're ready to act.

***

## Why use this integration?

<CardGroup cols={3}>
  <Card title="Streamlined alert ingestion" icon="bullseye-arrow">
    Pull Sentry issues directly into Rootly with zero manual steps.
  </Card>

  <Card title="Customizable workflows" icon="sliders">
    Tailor Rootly workflows to fit your team's incident response processes.
  </Card>

  <Card title="Automatic incident creation" icon="circle-plus">
    Trigger incidents in Rootly automatically when your Sentry rules fire.
  </Card>
</CardGroup>

***

## At-a-Glance Workflow

```mermaid theme={null}
flowchart LR
  A[Sentry Issue / Alert] --> B[Rootly Alert Source]
  B --> C{Does threshold match?}
  C -- Yes --> D[Create Incident in Rootly]
  C -- No --> E[Attach to Existing Incident / Log as Alert]
```

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Install Rootly Inside Sentry" icon="plug" href="/integrations/sentry/installation">
    Add the Rootly integration from Sentry's Integrations page to forward alert payloads into Rootly.
  </Card>

  <Card title="Create Alert Workflows" icon="diagram-project" href="/integrations/sentry/alert-workflows">
    Use Sentry alert payloads to build workflows that auto-create incidents.
  </Card>
</CardGroup>
