# Show HN: Turning Sentry errors into AI generated GitHub PRs with fixes

> Source: <https://bugzero.dev>
> Published: 2026-06-30 21:36:31+00:00

# Sentry fires. GitHub PR appears.

An AI agent that analyzes production errors and opens pull requests with fixes — automatically.

## How it works

### 1. Connect

Connect GitHub and Sentry in about two minutes — OAuth and a GitHub App, no webhook wrangling.

### 2. Detect

A production error hits. The agent reads the stacktrace and explores your codebase to find the root cause.

### 3. Fix

A pull request appears — with the fix, a root-cause explanation, and a diff ready for you to review.

Want the full walkthrough? [Read the setup guide →](/docs)

## Simple pricing

Start free. Upgrade when you need more runs.

## Frequently asked questions

### What if the fix is wrong?

It's always a pull request. You review it and merge only if it's right — nothing ships automatically.

### Is my source code safe?

The agent reads only the files needed for the specific error, using a GitHub App with fine-grained permissions.

### What languages are supported?

Any language — the agent reads code, it doesn't execute it.

### Does it work with private repos?

Yes, via a GitHub App with fine-grained, per-repository permissions.

### What is dry run mode?

The agent analyzes the error and shows the fix it would make, but opens no PR until you approve it.
