From 8dbd0d9a7a5fe21df76077c162e06589c4e43e40 Mon Sep 17 00:00:00 2001 From: sehr-m <58871345+sehr-m@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:38:43 -0700 Subject: [PATCH 1/2] add alert for environment settings in docs --- .../integrations/coding-agents/claude/index.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/organization/integrations/coding-agents/claude/index.mdx b/docs/organization/integrations/coding-agents/claude/index.mdx index f622fdcfebe96b..c7ca674834e34c 100644 --- a/docs/organization/integrations/coding-agents/claude/index.mdx +++ b/docs/organization/integrations/coding-agents/claude/index.mdx @@ -25,6 +25,16 @@ Sentry Owner, Manager, or Admin permissions are required to install this integra 2. In Sentry, navigate to **Settings > Integrations** and search for **Claude Agent**. 3. Enter your API key. If your workspace isn't "default" or you want to use a specific environment, update those fields here, then save. + + +If you choose to connect your own Claude environment, it must allow the agent to reach GitHub in order for it to push a branch with the generated fix. In your Claude workspace environment settings, either: + +- Add **api.githubcopilot.com** to the list of allowed network hosts +- Allow **MCP server network access**. + +Without one of these, the agent session will not run. + +
From 39a968d398e410243ee70803af1571d5b1931d53 Mon Sep 17 00:00:00 2001 From: Sehr <58871345+sehr-m@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:48:45 -0700 Subject: [PATCH 2/2] Update docs/organization/integrations/coding-agents/claude/index.mdx Co-authored-by: Alex Krawiec --- docs/organization/integrations/coding-agents/claude/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/organization/integrations/coding-agents/claude/index.mdx b/docs/organization/integrations/coding-agents/claude/index.mdx index c7ca674834e34c..27757bea582d95 100644 --- a/docs/organization/integrations/coding-agents/claude/index.mdx +++ b/docs/organization/integrations/coding-agents/claude/index.mdx @@ -27,7 +27,9 @@ Sentry Owner, Manager, or Admin permissions are required to install this integra 3. Enter your API key. If your workspace isn't "default" or you want to use a specific environment, update those fields here, then save. -If you choose to connect your own Claude environment, it must allow the agent to reach GitHub in order for it to push a branch with the generated fix. In your Claude workspace environment settings, either: +If you connect your own Claude environment, it needs access to GitHub so the agent can push a branch with the generated fix. + + In your Claude workspace environment settings, either: - Add **api.githubcopilot.com** to the list of allowed network hosts - Allow **MCP server network access**.