From 2836929c5e87b44a9ac7e855b4837ab96c574ec0 Mon Sep 17 00:00:00 2001 From: Andrea Griffiths Date: Thu, 18 Jun 2026 20:45:47 -0400 Subject: [PATCH 1/2] Add GitHub Copilot to Autofix coding agent handoff docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/product/ai-in-sentry/seer/autofix/index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/product/ai-in-sentry/seer/autofix/index.mdx b/docs/product/ai-in-sentry/seer/autofix/index.mdx index 479254e914f6d..60399bdf0be87 100644 --- a/docs/product/ai-in-sentry/seer/autofix/index.mdx +++ b/docs/product/ai-in-sentry/seer/autofix/index.mdx @@ -106,7 +106,7 @@ snippets and examples, and does not affect workflows involving your own coding a ![Screenshot of Seer showing code it generated =800x](../img/coding-step.png) -### Handoff to Claude Code or Cursor Cloud Agents +### Handoff to Claude Code, Cursor, or GitHub Copilot Seer always performs root cause analysis and solution planning using its own internal tools and Sentry context. At the final code generation step, instead of having Seer generate the code fix directly, you can hand off to an external coding agent for implementation. Seer passes along the root cause and solution plan so the coding agent can act on them. This lets you leverage the strengths of specialized code generation tools while still benefiting from Seer's debugging and analysis. @@ -116,8 +116,9 @@ Supported coding agents for handoff: - **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. - **Cursor Cloud Agents** — Seer triggers a Cursor Cloud Agent to implement the fix asynchronously, without requiring your local IDE to be open. +- **GitHub Copilot** — Seer hands off the root cause and solution to a GitHub Copilot coding agent, which implements the fix and opens a pull request in your linked GitHub repository. See [GitHub Copilot Agent](/integrations/coding-agents/copilot/) for setup and first-time authorization. -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. +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. For provider-specific setup, see [Claude Code](/integrations/coding-agents/claude/), [Cursor](/integrations/coding-agents/cursor/), and [GitHub Copilot](/integrations/coding-agents/copilot/). Coding agent integrations handle their own authentication and repository access. Make sure the agent can access the same repositories connected to your Sentry project. From 6f7fb76a2a45dfc0662ed68a99346d9fb4ec7391 Mon Sep 17 00:00:00 2001 From: Andrea Griffiths Date: Thu, 18 Jun 2026 20:52:59 -0400 Subject: [PATCH 2/2] Use GitHub Copilot Cloud Agent naming Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/product/ai-in-sentry/seer/autofix/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/ai-in-sentry/seer/autofix/index.mdx b/docs/product/ai-in-sentry/seer/autofix/index.mdx index 60399bdf0be87..f93910950b405 100644 --- a/docs/product/ai-in-sentry/seer/autofix/index.mdx +++ b/docs/product/ai-in-sentry/seer/autofix/index.mdx @@ -106,7 +106,7 @@ snippets and examples, and does not affect workflows involving your own coding a ![Screenshot of Seer showing code it generated =800x](../img/coding-step.png) -### Handoff to Claude Code, Cursor, or GitHub Copilot +### Handoff to Claude Code, Cursor, or GitHub Copilot Cloud Agent Seer always performs root cause analysis and solution planning using its own internal tools and Sentry context. At the final code generation step, instead of having Seer generate the code fix directly, you can hand off to an external coding agent for implementation. Seer passes along the root cause and solution plan so the coding agent can act on them. This lets you leverage the strengths of specialized code generation tools while still benefiting from Seer's debugging and analysis. @@ -116,7 +116,7 @@ Supported coding agents for handoff: - **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. - **Cursor Cloud Agents** — Seer triggers a Cursor Cloud Agent to implement the fix asynchronously, without requiring your local IDE to be open. -- **GitHub Copilot** — Seer hands off the root cause and solution to a GitHub Copilot coding agent, which implements the fix and opens a pull request in your linked GitHub repository. See [GitHub Copilot Agent](/integrations/coding-agents/copilot/) for setup and first-time authorization. +- **GitHub Copilot Cloud Agent** — Seer hands off the root cause and solution to a GitHub Copilot cloud agent, which implements the fix and opens a pull request in your linked GitHub repository. See [GitHub Copilot Agent](/integrations/coding-agents/copilot/) for setup and first-time authorization. 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. For provider-specific setup, see [Claude Code](/integrations/coding-agents/claude/), [Cursor](/integrations/coding-agents/cursor/), and [GitHub Copilot](/integrations/coding-agents/copilot/).