At a glance
- Availability: Enabled by default.
- Auth: OAuth 2.0.
- Connection: A user authorizes the connection in the provider’s consent screen.
- Scopes:
org:read,project:read,event:read,event:write.
Credentials
Set these per environment. See Connect an integration. With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.Tools
| Tool | Access | Description |
|---|---|---|
| List Organizations | Read | List Sentry organizations available to the authenticated user so agents can discover organization slugs before project or issue calls |
| List Projects | Read | List Sentry projects for an organization |
| List Issues | Read | List Sentry issues for a project |
| Get Issue | Read | Get details for a Sentry issue |
| Resolve Issue | Write | Resolve a Sentry issue |
| Get Latest Event | Read | Get the latest event for a Sentry issue, including the stack trace and tags needed for root-cause analysis |
Example prompts
- Show me recent errors and issues in my Sentry projects and help me prioritize which ones to fix.
- Help me analyze a specific Sentry issue, understand its root cause, and suggest a fix.
- Give me an overview of the health of my Sentry projects, including error rates and trending issues.