Sentry¶
Forward Sentry issues to Robusta via Sentry's webhook integration.
Prerequisites¶
A Robusta account with API access.
Your Robusta
account_id, found ingenerated_values.yaml.A Robusta API key with
Read/Writeaccess to alerts.Sentry org-level access to install internal integrations.
Webhook URL¶
https://api.robusta.dev/webhooks?type=alert&origin=sentry&account_id=<ACCOUNT_ID>
Configure Sentry¶
Sentry's webhook destinations support custom headers via Internal Integrations:
In Sentry, go to Settings → Developer Settings → New Internal Integration.
Name it
Robustaand grant Issue & Event: Read permissions.Subscribe to the issue webhook events.
Set the Webhook URL to the URL above.
Add the bearer token to a Custom Outgoing Header named
Authorizationwith valueBearer <ROBUSTA_API_KEY>if your Sentry plan supports it; otherwise append&token=<ROBUSTA_API_KEY>to the URL.
Verify¶
Resolve and re-open a Sentry issue, or trigger an issue alert rule that points at this integration. The event should appear in Settings → Delivery Log and on the Robusta timeline.