docs(react-native): Document SENTRY_RELEASE and SENTRY_DIST env var support#17546
Merged
Conversation
Rewrite the Options Merging alert to explain that pre-JS crashes use only sentry.options.json values, not JS overrides. Add a Setting Release and Distribution section with guidance on keeping native and JS release values aligned via SENTRY_RELEASE/SENTRY_DIST env vars. Co-Authored-By: Claude <noreply@anthropic.com>
Remove env var override content that depends on unreleased SDK changes. This will be added in a follow-up PR. Co-Authored-By: Claude <noreply@anthropic.com>
…upport for sentry.options.json Documents the build-time env var override for release and dist in the app-start-error-capture guide, including the EAS Build example. Depends on getsentry/sentry-react-native#6069 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Base automatically changed from
antonis/docs/clarify-release-alignment-native-init
to
master
April 30, 2026 14:33
coolguyzone
pushed a commit
that referenced
this pull request
May 1, 2026
…upport (#17546) ## DESCRIBE YOUR PR Documents the `SENTRY_RELEASE` and `SENTRY_DIST` build-time environment variable overrides for `sentry.options.json` in the app-start-error-capture guide.⚠️ Based on #17540 **Changes:** - Added "Setting Release and Distribution" env var usage with CLI example - Updated EAS Build profiles example to include `SENTRY_RELEASE` and `SENTRY_DIST`⚠️ Should be merged after getsentry/sentry-react-native#6070 ships ## IS YOUR CHANGE URGENT? - [ ] Urgent deadline (GA date, etc.) - [ ] Other deadline - [x] None: Not urgent, can wait up to 1 week+ ## PRE-MERGE CHECKLIST - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Claude <noreply@anthropic.com>
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
Documents the
SENTRY_RELEASEandSENTRY_DISTbuild-time environment variable overrides forsentry.options.jsonin the app-start-error-capture guide.Changes:
SENTRY_RELEASEandSENTRY_DISTIS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST