Sentry
Connect your Sentry account to give RunLLM's SRE agent direct access to your error tracking data. During incident investigations, the agent can pull up full issue details and stack traces from Sentry URLs without you having to copy-paste anything manually.
The agent can:
- Fetch issue details and error messages from a Sentry issue URL
- Retrieve the stack trace from the latest event for a given issue
- Get event occurrence counts and hourly distribution over the preceding 3 days
| Parameter | Description |
|---|---|
| API Key | A Sentry internal integration token with read access. Create one under Settings > Developer Settings > Internal Integrations in your Sentry dashboard — give it Issue & Event: Read permissions. |
| Domain | Your Sentry organization domain (e.g., myorg.sentry.io). For self-hosted Sentry, use your custom domain instead. |
Optional parameters
| Parameter | Description |
|---|---|
| Rules / Instructions | Free-form instructions that guide the agent on how to use this integration (e.g., "Only look up issues from the payments-service project"). |
Create an internal integration, not a personal auth token
Sentry has two types of tokens: personal auth tokens and internal integration tokens. Use an internal integration token — it's scoped to your organization and lets you grant only the permissions RunLLM needs. Navigate to Settings > Developer Settings > Internal Integrations, create a new integration, and add the Issue & Event: Read permission scope.