Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/organization/integrations/cursor/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Once installed, you can trigger Cursor Cloud Agents from the Seer Root Cause Ana

You can trigger Cursor Cloud Agents automatically via Seer Automation.

Go to your [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/), select your project, and configure Cursor Cloud Agent as the target in the "Where should Seer stop?" section or hit the "Set Seer to hand off to Cursor" button below.
Go to your [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/), select your project, and configure Cursor Cloud Agent as the coding agent in the "Coding Agent" section.

![Launching Cursor Agent from Seer =1080x](./img/cursor-agent-stopping-point.png)
6 changes: 3 additions & 3 deletions docs/product/ai-in-sentry/seer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Seer provides end-to-end debugging tools to help you troubleshoot and fix errors
- [**AI Code Review**](#ai-code-review): Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
- [**Root Cause Analysis**](#root-cause-analysis): Automatically scans issues as they come into Sentry, feeding additional context to your alerts and automating triage
- [**PR Creation**](#pr-creation): A collaborative agent, skilled at root cause analysis and solving issues
- [**Delegate to Background Agents**](#background-agents): Send Seer's analysis to Cursor's background agent to debug directly in your IDE
- [**Coding Agents**](#coding-agents): Delegate Seer's analysis to an external coding agent for further debugging and fixes

<Arcade src="https://demo.arcade.software/Qv2KLty5r2aC6jCXkyWN?embed" />

Expand Down Expand Up @@ -53,9 +53,9 @@ Once the Root Cause Analysis has run, Seer will provide remediatiion recommendat

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.

### Background Agents
### Coding Agents

You can send Seer's root cause analysis to Cursor for further debugging directly in your IDE.
You can delegate Seer's root cause analysis to an external coding agent, such as [Cursor](/organization/integrations/cursor/), for further debugging and fixes.

## What Seer Uses

Expand Down