FruxonDocs

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

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Sentry from the integration list
  4. Give the config a display name (e.g., "Sentry")
  5. Enter your Auth Token
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Sentry tools from the tools panel
  2. Tools are referenced as sentry.list_issues, sentry.get_issue, etc.

Available Tools

ToolDescriptionAction Type
list_organizationsList all Sentry organizations accessible with the current auth tokenReadOnly
list_projectsList all projects in a Sentry organizationReadOnly
list_issuesList issues (error groups) for a project with filtering and sortingReadOnly
get_issueGet detailed information about a specific issueReadOnly
update_issueUpdate issue status (resolve, ignore, unresolve) or assign to a team memberReversible
list_issue_eventsList individual event occurrences for an issueReadOnly
get_latest_eventGet the latest event for an issue including full stack trace and contextReadOnly

On this page