Skip to content

Fix Sentry ENV Name #39072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix Sentry ENV Name #39072

wants to merge 1 commit into from

Conversation

xrhythmic
Copy link

Why:

Aligning Github Documentation with Sentry to avoid confusion and failures.

Closes: #39071

What's being changed (if available, include any code snippets, screenshots, or gifs):

Aligning Github Documentation with Sentry: https://docs.sentry.io/product/sentry-mcp/

image

Code Change:

- "SENTRY_AUTH_TOKEN": "COPILOT_MCP_SENTRY_AUTH_TOKEN"
+ "SENTRY_ACCESS_TOKEN": "COPILOT_MCP_SENTRY_ACCESS_TOKEN"

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meet the docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

@Copilot Copilot AI review requested due to automatic review settings June 27, 2025 10:56
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the example environment variable used for Sentry in the Copilot MCP agent docs, changing from an auth token to an access token to align with Sentry’s documentation.

  • Swapped the SENTRY_AUTH_TOKEN key for SENTRY_ACCESS_TOKEN.
  • Updated the corresponding secret name from COPILOT_MCP_SENTRY_AUTH_TOKEN to COPILOT_MCP_SENTRY_ACCESS_TOKEN.
Comments suppressed due to low confidence (1)

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

  • Consider updating any preceding descriptive text or comments to replace references to SENTRY_AUTH_TOKEN with SENTRY_ACCESS_TOKEN, ensuring consistency throughout the documentation example.
        "SENTRY_ACCESS_TOKEN": "COPILOT_MCP_SENTRY_ACCESS_TOKEN"

Copy link
Contributor

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

The table shows the files in the content directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the data directory are not included in this table.

Source Review Production What Changed
copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp.md fpt
ghec
fpt
ghec

Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server

🤖 This comment is automatically generated.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Jun 27, 2025
@Sharra-writes Sharra-writes added content This issue or pull request belongs to the Docs Content team copilot Content related to GitHub Copilot and removed triage Do not begin working on this issue until triaged by the team labels Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content This issue or pull request belongs to the Docs Content team copilot Content related to GitHub Copilot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry example ENV name is incorrect for MCP Server
2 participants