Skip to content

Commit 1451c4c

Browse files
authored
Fix Sentry ENV Name (#39072)
1 parent 93d20c1 commit 1451c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The [Sentry MCP server](https://github.com/getsentry/sentry-mcp) gives {% data v
104104
"SENTRY_HOST": "https://contoso.sentry.io",
105105
// or refer to a {% data variables.product.prodname_actions %} secret with a name starting with
106106
// `COPILOT_MCP_`
107-
"SENTRY_AUTH_TOKEN": "COPILOT_MCP_SENTRY_AUTH_TOKEN"
107+
"SENTRY_ACCESS_TOKEN": "COPILOT_MCP_SENTRY_ACCESS_TOKEN"
108108
}
109109
}
110110
}

0 commit comments

Comments
 (0)