docs: document SENTRY_URL and self-hosted setup#337
Merged
Conversation
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Trace
Other
Bug Fixes 🐛Api
Formatters
Setup
Other
Documentation 📚
Internal Changes 🔧Api
Other
🤖 This preview updates automatically when you update the PR. |
Contributor
|
Contributor
Codecov Results 📊✅ 2631 passed | Total: 2631 | Pass Rate: 100% | Execution Time: 0ms 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 3126 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 82.43% 82.43% —%
==========================================
Files 126 126 —
Lines 17792 17792 —
Branches 0 0 —
==========================================
+ Hits 14666 14666 —
- Misses 3126 3126 —
- Partials 0 0 —Generated by Codecov Action |
a1f3ede to
5bf2bcc
Compare
BYK
commented
Mar 4, 2026
Add a dedicated Self-Hosted page with authentication guidance (OAuth and API token flows) and a Configuration page documenting all environment variables. Add self-hosted pointers to the Installation page and auth command reference so users can discover SENTRY_URL without reading source. Closes #335
Address review feedback: - OAuth app: Settings → Developer Settings → Applications → Create New Application → Public (not New Public Integration, no permissions needed) - API token: Settings → Developer Settings → Personal Tokens (not Settings → API → Auth Tokens) - List required token scopes explicitly
33673f3 to
e2663ef
Compare
BYK
commented
Mar 4, 2026
|
|
||
| 1. In your Sentry instance, go to **Settings → Developer Settings → Applications → Create New Application** (or visit `https://sentry.example.com/settings/account/api/applications/`) | ||
| 2. Select **Public** as the application type | ||
| 3. Fill in the required fields (name, redirect URL — can be any placeholder URL) |
Member
Author
There was a problem hiding this comment.
Suggested change
| 3. Fill in the required fields (name, redirect URL — can be any placeholder URL) |
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.
Add documentation for
SENTRY_URLand self-hosted Sentry setup, which were previously undocumented (users had to find them through source code).Changes
SENTRY_CLIENT_ID, API token fallback for older versionssentry auth loginwith version noteCloses #335