You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Seer): Updated docs for Seer Agent release (#17386)
## DESCRIBE YOUR PR
Updated docs for Seer Agent release
Preview: (mostly)
https://sentry-docs-git-feat-seer-agent-docs.sentry.dev/product/ai-in-sentry/seer/
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [x] Other deadline: April 22
- [ ] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
---------
Co-authored-by: Shannon Anahata <shannonanahata@gmail.com>
Copy file name to clipboardExpand all lines: docs/ai/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ keywords:
62
62
63
63
## AI In Sentry
64
64
65
-
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/).
65
+
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/), or chat with [Seer Agent](/product/ai-in-sentry/seer/#seer-agent) to start debugging.
Copy file name to clipboardExpand all lines: docs/product/ai-in-sentry/index.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Sentry leverages artificial intelligence (AI) and machine learning (ML) to enhan
20
20
21
21
Use Seer to:
22
22
23
-
-**[Fix Issues](/product/ai-in-sentry/seer/autofix/)**: Use Autofix to find root causes and generate suggested code fixes for errors and performance issues.
23
+
-**[Fix Issues](/product/ai-in-sentry/seer/autofix/)**: Use Autofix to find root causes and generate suggested code fixes for errors and performance issues, or hand off to a [coding agent](/product/ai-in-sentry/seer/autofix/#handoff-to-claude-code-cursor-cloud-agents-or-copilot).
24
+
-**[Investigate Problems](/product/ai-in-sentry/seer/#seer-agent)**: Ask Seer Agent questions about your application and Seer Agent will do the digging. Walk through complex production problems with Seer Agent reasoning through evidence in real time.
24
25
-**[Review Code Changes](/product/ai-in-sentry/seer/code-review/)**: Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
25
26
26
27
### Issue Summary
@@ -29,7 +30,7 @@ Use Seer to:
29
30
30
31
### Query Assistant
31
32
32
-
You can ask Seer to query your traces and spans data via natural language queries and find relevant samples of compute metrics without building the whole query manually.
33
+
You can ask Seer to query your traces and spans data via natural language queries and find relevant samples of compute metrics without building the whole query manually. Or, if you want to ask wider questions across all data, ask [Seer Agent](/product/ai-in-sentry/seer/#seer-agent).
Copy file name to clipboardExpand all lines: docs/product/ai-in-sentry/seer/autofix/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Supported coding agents for handoff:
91
91
92
92
-**Claude Code** — Seer passes the root cause and solution as a structured prompt that Claude Code can act on directly in your terminal or CI environment.
93
93
-**Cursor Cloud Agents** — Seer triggers a Cursor Cloud Agent to implement the fix asynchronously, without requiring your local IDE to be open.
94
-
-**GitHub Copilot** — Seer opens a GitHub issue or PR with the full context, which Copilot can then pick up and implement.
94
+
-**GitHub Copilot** — Seer opens a GitHub issue or PR with the full context, which Copilot can then pick up and implement. Copilot handoff must be triggered manually from the Sentry UI and isn't supported in Seer's automated/background handoff flow.
95
95
96
96
To enable coding agent handoff, connect a coding agent integration in [Integrations settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/?category=coding%20agent). Once connected, the handoff option will appear at the Code Generation step of the Autofix flow, alongside the standard "Create PR" and "Checkout locally" options.
Copy file name to clipboardExpand all lines: docs/product/ai-in-sentry/seer/index.mdx
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@ Seer is Sentry's AI debugging agent. It uses Sentry's rich context (issue detail
16
16
17
17
Seer provides end-to-end debugging tools to help you troubleshoot and fix errors and performance issues faster, often before they are even merged:
18
18
19
-
-[**Autofix**](#autofix): Automatically scan issues as they come into Sentry, feeding additional context to your alerts and automating triage.
20
-
-[**PR Creation**](#pr-creation): Use Autofix to generate a code fix and create a PR.
21
-
-[**Coding Agents**](#coding-agents): Delegate Seer's analysis to an external coding agent for debugging and fixes.
19
+
-[**Autofix**](#autofix): Automatically scan issues as they come into Sentry, feeding additional context to your alerts, finding root causes, and automating triage.
20
+
-**PR Creation**: Use Autofix to generate a code fix and create a PR.
21
+
-**External Coding Agents**: Delegate Seer's analysis to an external coding agent for debugging and fixes.
22
+
-[**Seer Agent**](#seer-agent): Ask any question about your application and Seer Agent finds the right telemetry to answer it.
22
23
-[**Code Review**](#code-review): Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
@@ -43,21 +44,37 @@ Seer is an add-on to your Sentry subscription. By enabling it, you are signing u
43
44
44
45
### Autofix
45
46
46
-
Seer is able to automatically analyze issues as they are ingested by Sentry by combining all of the relevant context from your code with Sentry's telemetry data to provide a best-in-class issue debugging experience. [Autofix](/product/ai-in-sentry/seer/autofix/) includes a Root Cause Analysis step that is used to:
47
+
Seer is able to automatically analyze issues as they are ingested by Sentry by combining all of the relevant context from your code with Sentry's telemetry data to provide a best-in-class issue debugging experience. [Autofix](/product/ai-in-sentry/seer/autofix/) includes:
48
+
49
+
**A Root Cause Analysis step used to:**
47
50
48
51
- Determine if the issue can be automatically analyzed and fixed using Seer's Autofix
49
52
- Augment issue alerts with a helpful analysis about the problem
50
53
- Add an initial guess for what the potential problem is to the issue details page
51
54
52
55
Once Autofix has run, Seer will provide remediation recommendations.
53
56
54
-
### PR Creation
57
+
**PR Creation**
55
58
56
59
You can prompt Seer to generate PRs to fix your issue, and push it to GitHub. You can add more context in natural language, or any external supporting information, to help Seer generate a better PR. **Note:** You must install the [Seer GitHub app](/organization/integrations/source-code-mgmt/github/#installing-the-seer-github-app) to use this feature.
57
60
58
-
### Coding Agents
61
+
**External Coding Agents**
62
+
63
+
Seer always performs root cause analysis and solution planning using its own internal tools and Sentry context. At the final code generation step of Autofix, instead of having Seer generate the code fix directly, you can hand off to an external coding agent for implementation.
64
+
65
+
Supported coding agents for handoff are: Claude Code, Cursor Cloud Agents, and GitHub Copilot. Learn more about how to set up each coding agent [here](/organization/integrations/coding-agents/). [Read more](/product/ai-in-sentry/seer/autofix/#handoff-to-claude-code-cursor-cloud-agents-or-copilot) about using them with Autofix.
66
+
67
+
### Seer Agent
68
+
69
+
Seer Agent connects the dots across Sentry's complete telemetry to help you debug and get to the root cause of issues. It uses everything you have connected to Sentry, errors, spans, logs, traces, code context, and other data you might never have found manually.
70
+
71
+
Ask any question about your application and Seer Agent will use all data in Sentry to answer it. Walk through complex production problems with Seer Agent reasoning through evidence in real time.
72
+
73
+
Share your conversations with team members, copy your conversation to share with other agents, or revisit previous conversations to continue your investigation.
74
+
75
+
To get started, click **Ask Seer** on any page in Sentry.
59
76
60
-
You can delegate Seer's Autofix to an external coding agent, such as [Cursor](/organization/integrations/coding-agents/cursor/), for further debugging and fixes.
77
+

0 commit comments