| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sentry-react-native-8.4.0.tgz | 2026-03-12 | 4.4 MB | |
| 8.4.0 source code.tar.gz | 2026-03-12 | 6.9 MB | |
| 8.4.0 source code.zip | 2026-03-12 | 7.4 MB | |
| README.md | 2026-03-12 | 3.3 kB | |
| Totals: 4 Items | 18.6 MB | 0 | |
Fixes
- Pass
screenshotStrategyoption frommobileReplayIntegrationto the Android native SDK (#5808)
Features
- Add
wrapExpoImageandwrapExpoAssetfor Expo performance monitoring (#5427) wrapExpoImageinstrumentsImage.prefetchandImage.loadAsyncfromexpo-imagewrapExpoAssetinstrumentsAsset.loadAsyncfromexpo-asset```js import { Image } from 'expo-image'; import { Asset } from 'expo-asset'; import * as Sentry from '@sentry/react-native';
Sentry.wrapExpoImage(Image); Sentry.wrapExpoAsset(Asset); ```
- Adds tags with Expo Updates context variables to make them searchable and filterable (#5788)
- Automatically capture a warning event when Expo Updates performs an emergency launch (#5794)
- Adds environment configuration in the Expo config plugin. This can be set with the
SENTRY_ENVIRONMENTenv variable or insentry.options.json(#5796)json ["@sentry/react-native/expo", { "useNativeInit": true, "options": { "environment": "staging" } }] - Generate
sentry.options.jsonfrom the Expo config pluginoptionsproperty (#5804)json ["@sentry/react-native/expo", { "useNativeInit": true, "options": { "dsn": "https://key@sentry.io/123", "tracesSampleRate": 1.0 } }]
Fixes
- Defer initial navigation span creation until navigation container is registered (#5789)
- Exclude server-only AI/MCP modules from native bundles, reducing bundle size by ~150kb (#5802)
Dependencies
- Bump CLI from v3.3.0 to v3.3.3 (#5793, #5799, #5806)
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#333
- diff
- Bump JavaScript SDK from v10.42.0 to v10.43.0 (#5791)
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10430
- diff
- Bump Cocoa SDK from v9.6.0 to v9.7.0 (#5805)
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#970
- diff