docs(github-enterprise): note github.com webhook URL for custom GitHub Apps#17808
Open
tnt-sentry wants to merge 1 commit into
Open
docs(github-enterprise): note github.com webhook URL for custom GitHub Apps#17808tnt-sentry wants to merge 1 commit into
tnt-sentry wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
sfanahata
reviewed
May 20, 2026
| <td> | ||
| https://sentry.io/extensions/github-enterprise/webhook/ | ||
| <br /> | ||
| <small>If you're configuring a custom GitHub App on github.com (instead of GitHub Enterprise Server or GitHub Enterprise Cloud), use `https://sentry.io/extensions/github-enterprise/webhook/github-com/` instead.</small> |
Contributor
There was a problem hiding this comment.
@tnt-sentry I'm getting a 404 on this external link.
Author
There was a problem hiding this comment.
It gives me a 400 which is expected if you navigate to it in your browser. It is meant to be used in the github app configuration. If you are getting a 400 and not 404 then its behaving properly.
Contributor
There was a problem hiding this comment.
Ah, good to know. Is it worth noting that this URL only works as a part of the integration config? I can't tell whether I should care about the functionality of those URLs from the current instructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Adds a small footnote under the existing Webhook URL row in the GitHub Enterprise setup table, directing customers configuring a custom GitHub App on github.com (rather than GHE Server or GHE Cloud) to the dedicated
/extensions/github-enterprise/webhook/github-com/endpoint.Backing code change: getsentry/sentry#115599 added the dedicated route because github.com doesn't send the
X-GitHub-Enterprise-HostorX-Github-Tenantheaders that GHES and GHE Cloud use for host identification. The feature is now GA (getsentry/sentry-options-automator#7866).IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST