> ## Documentation Index
> Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sentry

> Monitor errors, track issues, and manage Sentry projects

## 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](/cloud/integrations).

With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.

| Variable           | Required | Description                                                                                                             |
| ------------------ | -------- | ----------------------------------------------------------------------------------------------------------------------- |
| `SENTRY_CLIENT_ID` | Yes      | Sentry OAuth Client ID from your public OAuth application [Docs](https://docs.sentry.io/api/auth/).                     |
| `SENTRY_ORG`       | No       | Default Sentry organization slug for prompts that do not specify one [Docs](https://docs.sentry.io/api/organizations/). |

## 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.
