chore(core): Bump react-native and metro devDependencies to 0.86.0#6316
Merged
@sentry/warden / warden
completed
Jun 22, 2026 in 0s
1 issue
Medium
Fallback from `hot` to `dev` skips debug ID injection for all Metro 0.84+ dev builds, not just HMR - `packages/core/src/js/tools/sentryMetroSerializer.ts:60`
On Metro 0.84+ (where hot is absent from transformOptions), the ternary falls back to graph.transformOptions.dev, which is true for any development build—not just hot-reload sessions. This causes debug ID injection to be silently skipped for command-line dev bundles (react-native bundle --dev true) when using Metro 0.84+.
4 skills analyzed
| Skill | Findings | Duration | Cost |
|---|---|---|---|
| security-review | 0 | 8.7s | $0.20 |
| code-review | 0 | 1m 48s | $0.52 |
| find-bugs | 1 | 6m 42s | $1.88 |
| gha-security-review | 0 | 2m 51s | $0.12 |
⏱ 11m 30s · 1.5M in / 65.6k out · $2.72
Loading