Menu
Grafana Cloud

Sentry integration for Grafana IRM

The Sentry integration for Grafana IRM handles ticket events sent from Sentry webhooks. The integration provides grouping, auto-acknowledge and auto-resolve logic via customizable alert templates.

Configure Grafana IRM to receive alerts from Sentry

  1. In Grafana IRM, navigate to IRM > Integrations > Monitoring Systems
  2. Click + New integration
  3. Select Sentry from the list of available integrations
  4. Enter a name and description for the integration, click Create
  5. A new page will open with the integration details. Copy the IRM Integration URL from HTTP Endpoint section

Configure Sentry to send alerts to Grafana IRM

To send a webhook alert from Sentry, you can follow these steps:

  1. Log in to your Sentry account
  2. Navigate to your project’s settings
  3. Click on “Alerts” in the sidebar menu
  4. Click on “New Alert Rule” to create a new alert rule
  5. Configure the conditions for the alert rule based on your requirements. For example, you can set conditions based on issue level, event frequency, or specific tags
  6. In the “Actions” section, select “Webhook” as the action type
  7. Provide the necessary details for the webhook:
    • URL: IRM Integration URL
    • Method: POST
    • Payload: Define the payload structure and content that you want to send to the webhook endpoint. You can use Sentry’s dynamic variables to include relevant information in the payload
  8. Save the alert rule

Once the alert conditions are met, Sentry will trigger the webhook action and send a request to Grafana IRM.