Skip to content

[skill-drift] sentry-react-native-sdk: SENTRY_RELEASE and SENTRY_DIST env var support missing from skill #123

@github-actions

Description

@github-actions

Skill Drift Report

Skill file: skills/sentry-react-native-sdk/ (SKILL.md or environment variables reference)
SDK repo PR: getsentry/sentry-react-native#6070
Merged: 2026-05-01

What Changed in the SDK

PR #6070 added support for SENTRY_RELEASE and SENTRY_DIST environment variables. The SDK now reads these at build time (via Metro/Expo config plugin) so that release and dist can be configured without code changes — consistent with the web and Node.js SDKs.

The current skill does not document these environment variables.

Required Skill Update

Add SENTRY_RELEASE and SENTRY_DIST to the environment variables section of the React Native skill:

Variable Purpose
SENTRY_RELEASE Sets release identifier (e.g., myapp@1.2.3+42) — overrides code-level config
SENTRY_DIST Sets dist identifier (e.g., build number or commit SHA)

Example (.env or CI environment):

SENTRY_RELEASE=com.myapp@1.2.3+42
SENTRY_DIST=42

Note: These are read at build time by the Sentry Metro plugin / Expo config plugin. They do not need to be bundled into the app at runtime.

Note

🔒 Integrity filter blocked 16 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #282 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #499 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #500 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #7868 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #7847 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #4224 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #1168 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #893 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6184 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #4793 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6140 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6139 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6138 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #2411 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #2938 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #2182 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by SDK Skill Drift Detector · ● 442K ·

  • expires on May 18, 2026, 7:54 PM UTC

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions