Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e3a2779
Tweat links to seer pages from the homepage
ryan953 Mar 9, 2026
d95ce94
docs(seer): Iterate on seer/autofix/code-review docs for clarity and …
ryan953 Mar 9, 2026
b0c6a03
the deprecated stuff is part of https://github.com/getsentry/sentry-d…
ryan953 Mar 10, 2026
4b8c08d
update the page titles to add Seer prefix
ryan953 Mar 10, 2026
c2aa980
Merge branch 'master' into ryan953/seer-docs
ryan953 Mar 11, 2026
3cb6447
fix all the internal links to the renamed pages
ryan953 Mar 11, 2026
f3f859f
Make sure we have "Autofix" and "Code Review", no redundant Seer prefix
ryan953 Mar 11, 2026
fa6e3ab
Apply suggestions from code review
ryan953 Mar 12, 2026
f196203
Merge remote-tracking branch 'origin/master' into ryan953/seer-docs
Mar 13, 2026
1f88c05
Did a thorough audit of the use of RCA and Root Cause Analysis to cha…
Mar 13, 2026
c43b2d0
Fixed broken link.
Mar 13, 2026
f2ecc40
Fixed broken link take two.
Mar 14, 2026
fee9345
Updated description of what enable code generation does.
Mar 17, 2026
4e1ae0a
Cleaned up redirect paths.
Mar 17, 2026
f2c2dd4
Update docs/product/ai-in-sentry/seer/code-review/index.mdx
sfanahata Mar 17, 2026
fac7b56
Update develop-docs/engineering-practices/ai-assisted-development.mdx
sfanahata Mar 17, 2026
0a8f766
Update develop-docs/engineering-practices/ai-assisted-development.mdx
sfanahata Mar 17, 2026
67b06ef
Update docs/product/ai-in-sentry/seer/autofix/index.mdx
sfanahata Mar 17, 2026
0687ce5
Update docs/product/ai-in-sentry/seer/code-review/index.mdx
sfanahata Mar 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Connect your AI assistant to the services your team already uses. These are the

| Tool | What it gives you |
| ---- | ----------------- |
| [Sentry MCP](https://docs.sentry.io/product/sentry-mcp/) | Query errors, search issues, analyze traces, and get root cause analysis directly from your editor. |
| [Sentry MCP](https://docs.sentry.io/ai/mcp/) | Query errors, search issues, analyze traces, and get Autofix (root cause analysis and code fixes) directly from your editor. |
| [Linear MCP](https://github.com/jerhadf/linear-mcp-server) | Create, search, and update Linear issues without leaving your session. |
| [Notion MCP](https://github.com/makenotion/notion-mcp-server) | Search and read Notion pages. Useful for pulling in specs, RFCs, and team docs as context. |
| [Slack MCP](https://github.com/nicholasgriffintn/slack-mcp-server) | Read Slack threads and channels. Paste a bug report thread and say "fix." |
| [Slack MCP](https://docs.slack.dev/ai/slack-mcp-server/) | Read Slack threads and channels. Paste a bug report thread and say "fix." |

#### CLIs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sentry SDK repositories use AI code review tools to catch bugs, enforce standard

Seer is Sentry's own AI platform. Its AI Code Review feature analyzes pull request diffs to predict errors, highlight potential bugs, and suggest improvements. It provides line-by-line comments, code summaries, risk assessments, and can even generate unit tests.

https://docs.sentry.io/product/ai-in-sentry/seer/ai-code-review/
https://docs.sentry.io/product/ai-in-sentry/seer/code-review/

### Activation

Expand Down
12 changes: 6 additions & 6 deletions docs/ai/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@ keywords:
href="/ai/sentry-cli/"
iconSrc="/ai/img/IconTerminal.svg"
title="Sentry CLI"
description="A natural-language CLI for developers and AI agents. List issues, get root cause analysis from Seer, and manage your Sentry projects from the terminal."
description="A natural-language CLI for developers and AI agents. List issues, use Seer's Autofix, and manage your Sentry projects from the terminal."
className="w-full md:w-[calc(50%-12px)]"
/>
</LinkCardGrid>

## AI In Sentry

Looking for Sentry's AI-powered debugging features? Sentry uses AI to help you debug faster with automated root cause analysis, fix suggestions, and AI-powered PR reviews. [Learn more about AI In Sentry](/product/ai-in-sentry/).
Looking for Sentry's AI-powered debugging features? Sentry uses AI to help you debug faster with Autofix, fix suggestions, and AI-powered PR reviews. [Learn more about AI In Sentry](/product/ai-in-sentry/).

<LinkCardGrid>
<LinkCard
href="/product/ai-in-sentry/seer/root-cause-analysis/"
href="/product/ai-in-sentry/seer/autofix/"
iconSrc="/ai/img/IconSeer.svg"
title="Seer - Root Cause Analysis & Issue Fix"
description="Automated root cause analysis and code fixes for your issues, powered by Seer."
title="Seer - Autofix"
description="Find root causes and get code fixes for your issues, powered by Seer."
className="w-full md:w-[calc(50%-12px)]"
/>
<LinkCard
href="/product/ai-in-sentry/seer/ai-code-review/"
href="/product/ai-in-sentry/seer/code-review/"
iconSrc="/ai/img/IconSeer.svg"
title="Seer - Bug Prediction / AI Code Review"
description="Get error predictions and code reviews on your pull requests before merging."
Expand Down
2 changes: 1 addition & 1 deletion docs/ai/mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ The Sentry MCP Server provides 16+ tools for interacting with Sentry data:

**Core Tools** — Organizations, Projects, Teams, Issues, and DSN management

**Analysis Tools** — Error searching across files and projects, detailed issue investigation, and Seer integration for AI-powered root cause analysis
**Analysis Tools** — Error searching across files and projects, detailed issue investigation, and Seer integration for Autofix (AI-powered root cause analysis and code fixes)

**Advanced Features** — Release management, performance monitoring, and custom queries

Expand Down
6 changes: 3 additions & 3 deletions docs/ai/sentry-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Sentry CLI
sidebar_order: 25
new: true
description: "A natural-language CLI for developers and AI agents. Investigate issues, get AI-powered root cause analysis, and manage Sentry projects from your terminal."
description: "A natural-language CLI for developers and AI agents. Investigate issues, use Seer's Autofix, and manage Sentry projects from your terminal."
keywords:
- CLI
- Sentry CLI
Expand All @@ -14,7 +14,7 @@ keywords:
- agentic
---

The [Sentry CLI](https://cli.sentry.dev) is a command-line tool built for developers and AI agents. It auto-detects your project from `.env` files and the local codebase, so you don't need config files or flags. Type natural commands, investigate issues, get AI-powered root cause analysis from [Seer](/product/ai-in-sentry/seer/), and manage your Sentry projects directly from the terminal.
The [Sentry CLI](https://cli.sentry.dev) is a command-line tool built for developers and AI agents. It auto-detects your project from `.env` files and the local codebase, so you don't need config files or flags. Type natural commands, investigate issues, use [Seer's Autofix](/product/ai-in-sentry/seer/autofix/), and manage your Sentry projects directly from the terminal.

For full documentation, visit [cli.sentry.dev](https://cli.sentry.dev).

Expand Down Expand Up @@ -84,7 +84,7 @@ sentry issue list

### Investigate an Issue

Get AI-powered root cause analysis from Seer:
Use Seer's Autofix to analyze an issue:

```bash
sentry issue explain <short-id>
Expand Down
2 changes: 1 addition & 1 deletion docs/organization/integrations/cursor/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >-
og_image: /og-images/organization-integrations-cursor.png
---

You can trigger Cursor Cloud Agents from your [Seer Root Cause Analysis](/product/ai-in-sentry/seer/root-cause-analysis/) tab. The Cloud Agents will be provided with Seer's Root Cause Analysis alongside the issue context to help the Cloud Agent understand the issue and generate a solution.
You can trigger Cursor Cloud Agents from your [Seer Autofix](/product/ai-in-sentry/seer/autofix/) tab. The Cloud Agents will be provided with Seer's Autofix output alongside the issue context to help the Cloud Agent understand the issue and generate a solution.

## Install and Configure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_order: 7
description: "Learn more about Sentry's integration platform Seer webhooks for Issue Fix analysis notifications."
---

Sentry integrations that have subscribed to Seer webhooks can receive notifications about the Seer [Root Cause Analysis](/product/ai-in-sentry/seer/root-cause-analysis/) process. These webhooks allow you to track the progress of automated root cause analysis, solution generation, and code fixes.
Sentry integrations that have subscribed to Seer webhooks can receive notifications about the Seer [Autofix](/product/ai-in-sentry/seer/autofix/) process. These webhooks allow you to track the progress of root cause analysis, solution generation, and code fixes.

## Sentry-Hook-Resource Header

Expand All @@ -22,8 +22,8 @@ Seer webhooks support seven different event types that track the complete lifecy
- `seer.solution_started` - Triggered when solution generation begins
- `seer.solution_completed` - Triggered when a solution has been generated

### Code Generation
- `seer.coding_started` - Triggered when code generation/fixing begins
### Coding
- `seer.coding_started` - Triggered when the coding step (code fix generation) begins
- `seer.coding_completed` - Triggered when code changes are ready
- `seer.pr_created` - Triggered when pull request(s) are created

Expand Down Expand Up @@ -175,7 +175,7 @@ Includes the generated solution details:

### Coding Started

Minimal payload indicating code generation has begun:
Minimal payload indicating the coding step has begun:

```json
{
Expand Down Expand Up @@ -272,4 +272,4 @@ Seer webhooks enable you to:
## Best Practices

- Store the `run_id` to correlate related webhook events
- Use the `group_id` to link webhooks back to the original Sentry issue
- Use the `group_id` to link webhooks back to the original Sentry issue
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ GitHub Enterprise should now be enabled for all projects under your Sentry organ

## Configure GitHub Integration

Use GitHub to [track commits](#commit-tracking), identify [suspect commits](#suspect-commits-and-suggested-assignees), [resolve via commit or PR](#resolve-via-commit-or-pull-request), [manage issues](#issue-management), and use AI for code review.
Use GitHub to [track commits](#commit-tracking), identify [suspect commits](#suspect-commits-and-suggested-assignees), [resolve via commit or PR](#resolve-via-commit-or-pull-request), and [manage issues](#issue-management).

To enable [AI Code Review](/product/ai-in-sentry/seer/ai-code-review), turn on the `Show Generative AI Features` and `Enable AI Code Review` settings in your [organization settings](https://sentry.io/orgredirect/settings/:orgslug/).
If you have added [Seer](/product/ai-in-sentry/seer/) to your organization, you can enable [Issue Autofix](/product/ai-in-sentry/seer/autofix/) and [Code Review](/product/ai-in-sentry/seer/code-review/) in your [organization settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/).

### Commit Tracking

Expand Down
10 changes: 6 additions & 4 deletions docs/product/ai-in-sentry/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Sentry leverages artificial intelligence (AI) and machine learning (ML) to enhan

Use Seer to:

- **[Review Code Changes](/product/ai-in-sentry/seer/ai-code-review/)**: Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
- **[Fix Issues](/product/ai-in-sentry/seer/root-cause-analysis/)**: Run automated root cause analysis and generate suggested code fixes for errors and performance issues.
- **[Fix Issues](/product/ai-in-sentry/seer/autofix/)**: Use Autofix to find root causes and generate suggested code fixes for errors and performance issues.
- **[Review Code Changes](/product/ai-in-sentry/seer/code-review/)**: Have Seer review your code changes in GitHub, catching bugs before merging pull requests.

### Issue Summary

Expand All @@ -48,6 +48,8 @@ You can get more details at [AI Privacy and Security](/product/ai-in-sentry/ai-p

- If you want all generative AI features to be disabled for all users in your organization, you can do so in your organization's settings with the ["Show Generative AI Features" toggle](https://sentry.io/orgredirect/organizations/:orgslug/settings/#hideAiFeatures).

- If you want to use some generative AI features, while disabling others, go to [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/). For organizations that need to prevent code generation, or adding additional context in Alerts, you can find these configurations under [Advanced Settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/#enableSeerCoding) in Seer settings.
- If you want to use some generative AI features, while disabling others, go to [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/). For organizations that need to prevent code generation, like creating and pushing PRs, or adding additional context in Alerts, you can find these configurations under [Advanced Settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/#enableSeerCoding) in Seer settings.

**Note:** Disabling code generation prevents Sentry from automatically generating code, or pushing code to your codebase.  This setting does not impact AI chat sessions, where it is possible to prompt AI chat to emit code snippets and examples. None of this affects workflows involving your own coding agent. Learn more about [code generation](/product/ai-in-sentry/seer/root-cause-analysis/#code-generation).
**Note:** Disabling the setting removes the **Create PR** button from the Autofix flow and prevents anyone from enabling **Allow Root Cause Analysis to create PRs by Default**. Sentry will not create PRs or push code to your codebase. This setting does
not impact AI chat sessions, where you can potentially prompt our AI chat to emit code
snippets and examples, and does not affect workflows involving your own coding agent.
Loading
Loading