Skip to main content

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.
VariableRequiredDescription
SENTRY_CLIENT_IDYesSentry OAuth Client ID from your public OAuth application Docs.
SENTRY_ORGNoDefault Sentry organization slug for prompts that do not specify one Docs.

Tools

ToolAccessDescription
List OrganizationsReadList Sentry organizations available to the authenticated user so agents can discover organization slugs before project or issue calls
List ProjectsReadList Sentry projects for an organization
List IssuesReadList Sentry issues for a project
Get IssueReadGet details for a Sentry issue
Resolve IssueWriteResolve a Sentry issue
Get Latest EventReadGet 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.