Skip to content

Commit fd4ccea

Browse files
sfanahataShannon Anahata
andauthored
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>
1 parent 4163373 commit fd4ccea

6 files changed

Lines changed: 40 additions & 15 deletions

File tree

docs/ai/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ keywords:
6262

6363
## AI In Sentry
6464

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

6767
<LinkCardGrid>
6868
<LinkCard

docs/product/ai-in-sentry/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Sentry leverages artificial intelligence (AI) and machine learning (ML) to enhan
2020

2121
Use Seer to:
2222

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.
2425
- **[Review Code Changes](/product/ai-in-sentry/seer/code-review/)**: Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
2526

2627
### Issue Summary
@@ -29,7 +30,7 @@ Use Seer to:
2930

3031
### Query Assistant
3132

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).
3334

3435
### AI Summaries
3536

docs/product/ai-in-sentry/seer/autofix/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Supported coding agents for handoff:
9191

9292
- **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.
9393
- **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.
9595

9696
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.
9797

345 KB
Loading

docs/product/ai-in-sentry/seer/index.mdx

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Seer is Sentry's AI debugging agent. It uses Sentry's rich context (issue detail
1616

1717
Seer provides end-to-end debugging tools to help you troubleshoot and fix errors and performance issues faster, often before they are even merged:
1818

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.
2223
- [**Code Review**](#code-review): Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
2324

2425
<Arcade src="https://demo.arcade.software/Qv2KLty5r2aC6jCXkyWN?embed" />
@@ -43,21 +44,37 @@ Seer is an add-on to your Sentry subscription. By enabling it, you are signing u
4344

4445
### Autofix
4546

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:**
4750

4851
- Determine if the issue can be automatically analyzed and fixed using Seer's Autofix
4952
- Augment issue alerts with a helpful analysis about the problem
5053
- Add an initial guess for what the potential problem is to the issue details page
5154

5255
Once Autofix has run, Seer will provide remediation recommendations.
5356

54-
### PR Creation
57+
**PR Creation**
5558

5659
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.
5760

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

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+
![Screenshot of the Seer Agent =800x](./img/seer-agent-chat.png)
6178

6279
### Code Review
6380

src/components/home.tsx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,21 +262,28 @@ export async function Home() {
262262
Fix Bugs Faster with Seer
263263
</h3>
264264
<p className="text-sm text-[var(--gray-11)] dark:text-white leading-relaxed">
265-
Debug applications automatically with{' '}
265+
Debug applications with{' '}
266266
<a
267267
href="/product/ai-in-sentry/seer/"
268268
className="text-[#8b5cf6] underline"
269269
>
270270
Seer
271271
</a>
272-
. Have Seer{' '}
272+
. Get{' '}
273+
<a
274+
href="/product/ai-in-sentry/seer/#seer-agent"
275+
className="text-[#8b5cf6] underline"
276+
>
277+
AI-powered answers
278+
</a>{' '}
279+
to questions using your application data in Sentry. Have{' '}
273280
<a
274281
href="/product/ai-in-sentry/seer/autofix/"
275282
className="text-[#8b5cf6] underline"
276283
>
277-
fix issues
284+
Autofix
278285
</a>{' '}
279-
by running Autofix to generate fixes, and{' '}
286+
generate fixes, and{' '}
280287
<a
281288
href="/product/ai-in-sentry/seer/code-review/"
282289
className="text-[#8b5cf6] underline"

0 commit comments

Comments
 (0)