# Sentry AI integration on Definable

> Integrate Sentry to manage your error tracking and monitoring.

## What this connects

Integrate Sentry to manage your error tracking and monitoring.

Vendor: https://sentry.io/welcome/

## Tools available

**205** tools available. First 12:

- `SENTRY_ACCESS_PROJECT_INFORMATION` — Access project information — Retrieves detailed information for a Sentry project, given its existing organization and project ID or slug.
- `SENTRY_ADD_A_SYMBOL_SOURCE_TO_A_PROJECT` — Add a symbol source to a project — Tool to add a custom symbol source to a Sentry project. Use when configuring symbol sources for crash symbolication.
- `SENTRY_ADD_ORGANIZATION_MEMBER_VIA_EMAIL` — Add organization member via email — Invites a new member (or re-invites an existing non-accepted member) to a Sentry organization via email, allowing specification of organization and team roles.
- `SENTRY_ADD_REMOVE_USER_EMAIL_BY_ID` — Add or remove user email by id — Adds or removes a secondary email for an existing Sentry user, determined by whether the email already exists for that user.
- `SENTRY_ADD_TEAM_MEMBER_IN_ORGANIZATION` — Add team member in organization — Adds an existing member of an organization to one of its teams; the member must already belong to the organization, and the team must also belong to that organization.
- `SENTRY_ADD_TEAM_TO_PROJECT` — Add team to project — Grants a Sentry team access to a Sentry project within the specified Sentry organization.
- `SENTRY_BULK_MUTATE_AN_ORGANIZATIONS_ISSUES` — Bulk mutate an organization's issues — Bulk mutate various attributes on issues within an organization. Use when you need to update status, priority, assignment, or other attributes for multiple issues at once. Maximum of 1000 issues can be mutated, with a 100 issue limit per request.
- `SENTRY_BULK_REMOVE_AN_ORGANIZATIONS_ISSUES` — Bulk remove an organization's issues — Permanently removes issues from an organization. If IDs are provided, queries and filtering are ignored. Maximum of 1000 issues can be removed at once.
- `SENTRY_CREATE_AN_ALERT_FOR_AN_ORGANIZATION` — Create an alert for an organization — Creates a workflow alert for a Sentry organization using the New Monitors and Alerts system. Use when you need to set up automated alerting for issues based on trigger conditions and filters. Note: This endpoint is currently in beta and may change.
- `SENTRY_CREATE_DASHBOARD_WITH_WIDGETS` — Create dashboard with widgets — Creates a Sentry dashboard with widgets for an organization; `organization_id_or_slug` and specified `project` IDs must be valid, and `start`/`end` datetimes (if absolute range) must form a logical ISO 8601 range.
- `SENTRY_CREATE_EXTERNAL_USER_FOR_ORGANIZATION` — Create external user for organization — Links a Sentry user to an external identity provider's user within a Sentry organization; the Sentry user must be an organization member, an active integration for the provider must be configured, and `external_id` is typically required for the external user.
- `SENTRY_CREATE_ORGANIZATION_ALERT_RULE` — Create organization alert rule — Creates a Sentry metric alert rule for an organization, mandating a 'critical' trigger, typically for a single project, where actions may require Sentry integrations.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Sentry

Inside a Definable workflow, Sentry is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Sentry** — the Researcher (GPT-5.5) pulls context from Sentry (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Sentry** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Sentry (create record, post message, draft email).
- **Designer / Engineer → Distributor → Sentry** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Sentry (attach file, open PR comment, post status).

The Verifier checks every Sentry call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/
- server monitoring — https://definable.ai/apps/category/server-monitoring/

## Related

- HTML page: https://definable.ai/apps/sentry/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
