diff --git a/docs/ai/index.mdx b/docs/ai/index.mdx index a72c4c48bbe02..eed9068320c05 100644 --- a/docs/ai/index.mdx +++ b/docs/ai/index.mdx @@ -62,7 +62,7 @@ keywords: ## 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/). +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. @@ -43,7 +44,9 @@ Seer is an add-on to your Sentry subscription. By enabling it, you are signing u ### Autofix -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: +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 used to:** - Determine if the issue can be automatically analyzed and fixed using Seer's Autofix - Augment issue alerts with a helpful analysis about the problem @@ -51,13 +54,27 @@ Seer is able to automatically analyze issues as they are ingested by Sentry by c Once Autofix has run, Seer will provide remediation recommendations. -### PR Creation +**PR Creation** 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. -### Coding Agents +**External Coding Agents** + +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. + +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. + +### Seer Agent + +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. + +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. + +Share your conversations with team members, copy your conversation to share with other agents, or revisit previous conversations to continue your investigation. + +To get started, click **Ask Seer** on any page in Sentry. -You can delegate Seer's Autofix to an external coding agent, such as [Cursor](/organization/integrations/coding-agents/cursor/), for further debugging and fixes. +![Screenshot of the Seer Agent =800x](./img/seer-agent-chat.png) ### Code Review diff --git a/src/components/home.tsx b/src/components/home.tsx index 76c56ac3f6952..da7ef9a0497e4 100644 --- a/src/components/home.tsx +++ b/src/components/home.tsx @@ -262,21 +262,28 @@ export async function Home() { Fix Bugs Faster with Seer

- Debug applications automatically with{' '} + Debug applications with{' '} Seer - . Have Seer{' '} + . Get{' '} + + AI-powered answers + {' '} + to questions using your application data in Sentry. Have{' '} - fix issues + Autofix {' '} - by running Autofix to generate fixes, and{' '} + generate fixes, and{' '}