Skip to Content

Sentry

Connect Sentry to surface errors, performance issues, and crash reports in Cortex for faster incident resolution.

Overview

Auth methodOAuth 2.0 (Sentry Integration)
Scopesorg:read, project:read, event:read, alerts:read, member:read
MCP supportYes
Setup time~10 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Sentry integration
  3. Authorize the Cendriix integration on your Sentry organization
  4. Once authorized, error data becomes available to Cendriix agents

Admin setup (self-hosted)

If you’re running Cendriix on your own infrastructure, an admin needs to:

  1. Create a Sentry Integration at Settings → Developer Settings → New Internal/Public Integration in your Sentry organization
  2. Set the redirect URL to: https://api.<your-domain>/v1/connectors/sentry/oauth/callback
  3. Enable the scopes listed above
  4. Store the credentials in AWS Secrets Manager at cendriix/prod/connectors/sentry:
    { "client_id": "...", "client_secret": "..." }

Capabilities

Once connected, Cendriix agents can:

  • Read error events and stack traces across your projects
  • Access performance transaction data
  • View alert rules and triggered alerts
  • Reference error context when debugging or generating fixes

Scopes explained

ScopeAccess
org:readOrganization structure and membership
project:readProject configuration and settings
event:readError events and stack traces
alerts:readAlert rules and incidents
member:readTeam member information

Security notes

  • Sentry tokens support refresh for long-lived integrations
  • Sentry does not expose a programmatic revocation endpoint — revoke by removing the integration in Sentry settings
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on