reapply SENTRY_DIST patch

This commit is contained in:
Samuel Newman
2026-07-14 15:19:23 +03:00
parent 6127b5d3d7
commit 2e974e11df
4 changed files with 25 additions and 2 deletions
@@ -0,0 +1,7 @@
# @sentry/expo-upload-sourcemaps patch
Adds `--dist $SENTRY_DIST` to the `sentry-cli sourcemaps upload` call, when the
env var is set. Symbolication matches on debug IDs so this isn't strictly
required, but it keeps OTA sourcemap artifacts associated with the commit hash
(`dist`) in the Sentry UI, matching the runtime `dist` set in
`src/logger/sentry/setup/index.ts`.