---
title: "Sentry"
description: "Connect Sentry so new issues automatically start bugfix implementations."
---

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

# Sentry

Connecting **Sentry** closes the loop from error to fix: when a new issue is
reported to Sentry, Trevize can **automatically start a bugfix
[implementation](/concepts/tasks)** — so regressions get a proposed fix as a pull
request without anyone filing a ticket.

## Connect Sentry

Sentry connects over OAuth.

1. **Authorize**

   From integration settings, choose **Connect Sentry**. A popup opens where you
   authorize Trevize to access your Sentry organization.

2. **Confirm**

   When it succeeds, the status shows **Connected**. New Sentry issues will now
   automatically trigger bugfix implementations.

## Managing the connection

- **Reconnect** — re-authorize or switch Sentry organizations.
- **Disconnect** — stop new issues from triggering implementations.

> **Workspace-level**
>
> Unlike [Neon](/integrations/neon) or [Supabase](/integrations/supabase), Sentry
> isn't provisioned per run — it's a workspace-level trigger that turns incoming
> issues into work.

Source: https://docs.trevize.dev/integrations/sentry/index.mdx
