Skip to content

Commit a739abd

Browse files
authored
Fix Sentry ENV Name
1 parent aafec7c commit a739abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -117,7 +117,7 @@ The [Sentry MCP server](https://github.com/getsentry/sentry-mcp) gives {% data v
117117
"SENTRY_HOST": "https://contoso.sentry.io",
118118
// or refer to a {% data variables.product.prodname_actions %} secret with a name starting with
119119
// `COPILOT_MCP_`
120-
"SENTRY_AUTH_TOKEN": "COPILOT_MCP_SENTRY_AUTH_TOKEN"
120+
"SENTRY_ACCESS_TOKEN": "COPILOT_MCP_SENTRY_ACCESS_TOKEN"
121121
}
122122
}
123123
}

0 commit comments

Comments
 (0)