Sentry
Monitor and triage application errors, performance issues, and events in Sentry
The Sentry integration connects your agents to Sentry for monitoring application errors, triaging issues, and inspecting event details — enabling automated error management workflows.
Prerequisites
You need:
- Sentry Auth Token — A User Auth Token or Organization Auth Token with appropriate scopes (e.g.,
project:read,event:read,event:write). Create one at Sentry Settings > Auth Tokens.
Setup
- Open your agent in Agent Studio
- In the Integrations panel, click Add Integration Config
- Select Sentry from the integration list
- Give the config a display name (e.g., "Sentry")
- Enter your Auth Token
- Save the agent revision
Using in Your Agent
- In an Agent Step, attach Sentry tools from the tools panel
- Tools are referenced as
sentry.list_issues,sentry.get_issue, etc.
Available Tools
| Tool | Description | Action Type |
|---|---|---|
list_organizations | List all Sentry organizations accessible with the current auth token | ReadOnly |
list_projects | List all projects in a Sentry organization | ReadOnly |
list_issues | List issues (error groups) for a project with filtering and sorting | ReadOnly |
get_issue | Get detailed information about a specific issue | ReadOnly |
update_issue | Update issue status (resolve, ignore, unresolve) or assign to a team member | Reversible |
list_issue_events | List individual event occurrences for an issue | ReadOnly |
get_latest_event | Get the latest event for an issue including full stack trace and context | ReadOnly |