Conversation
- sentry-cocoa: remove deprecated experimental.enableSessionReplayInUnreliableEnvironment option removed in sentry-cocoa#7831 - sentry-react-native: add SENTRY_DIST env var support added in sentry-react-native#6070 - sentry-ruby: add sentry-yabeda adapter gem added in sentry-ruby#2925 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| | `SENTRY_ORG` | Organization slug | Used by wizard and build plugins | | ||
| | `SENTRY_PROJECT` | Project slug | Used by wizard and build plugins | | ||
| | `SENTRY_RELEASE` | Release identifier | Falls back from `release` option | | ||
| | `SENTRY_DIST` | Distribution identifier | Falls back from `dist` option | |
There was a problem hiding this comment.
Bug: The documentation incorrectly describes SENTRY_DIST as a runtime environment variable, but it is only used at build-time, which may mislead users.
Severity: LOW
Suggested Fix
Update the documentation in SKILL.md to clarify that SENTRY_DIST is a build-time environment variable. Consider moving it out of the section for runtime variables or adding a clear note explaining its build-time-only nature.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: skills/sentry-react-native-sdk/SKILL.md#L662
Potential issue: The documentation for the `SENTRY_DIST` environment variable in
`SKILL.md` is misleading. It is listed with runtime variables and described as 'Falls
back from `dist` option', implying it can be set at runtime. However, evidence from the
original feature implementation and official Sentry documentation indicates that
`SENTRY_DIST` is exclusively a build-time variable. Setting it at runtime will have no
effect, which could lead to confusion and incorrect configuration for users trying to
set the distribution at runtime.
Did we get this right? 👍 / 👎 to inform future reviews.
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.
SDK Changes
The following merged PRs triggered these skill updates:
getsentry/sentry-cocoa#7831 — ref: Remove session replay environment checker and related options (ref: Remove session replay environment checker and related options sentry-cocoa#7831)getsentry/sentry-react-native#6070 — feat(core): Support SENTRY_RELEASE and SENTRY_DIST env vars in build scripts (feat(core): Support SENTRY_RELEASE and SENTRY_DIST env vars in build scripts sentry-react-native#6070)getsentry/sentry-ruby#2925 — feat(yabeda): Add sentry-yabeda adapter gem (feat(yabeda): Add sentry-yabeda adapter gem sentry-ruby#2925)Changes Made
skills/sentry-cocoa-sdk/references/session-replay.mdexperimental.enableSessionReplayInUnreliableEnvironmentfrom the config options table (option was removed from SDK)skills/sentry-react-native-sdk/SKILL.mdEnv: SENTRY_DISTannotation to thedistoption in the Core Options tableSENTRY_DISTrow to the Environment Variables tableskills/sentry-ruby-sdk/SKILL.mdsentry-yabedagem to the Gemfile install blockVerified Against
#7831, merged 2026-04-29)#6070, merged 2026-04-30)#2925, merged 2026-05-04)Note
🔒 Integrity filter blocked 6 items
The following items were blocked because they don't meet the GitHub integrity level.
list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: