Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sentry-react-native-6.19.0.tgz | 2025-07-29 | 4.2 MB | |
6.19.0 source code.tar.gz | 2025-07-29 | 6.7 MB | |
6.19.0 source code.zip | 2025-07-29 | 7.1 MB | |
README.md | 2025-07-29 | 1.8 kB | |
Totals: 4 Items | 18.1 MB | 1 |
Fixes
- Warnings when .env.sentry-build-plugin is not set on Sentry/CLI (#5029)
- Fix for
sentry-cli
path discovery not working on Android (#5009) - Export
addIntegration
from@sentry/core
(#5020)
Features
- Adds
replaysSessionQuality
Session Replay option to control replay quality and performance overhead on mobile (#5001)
```js import * as Sentry from '@sentry/react-native';
Sentry.init({ replaysSessionSampleRate: 1.0, replaysSessionQuality: 'low', // possible values: low, medium (default), high integrations: [Sentry.mobileReplayIntegration()], }); ```
Dependencies
- Bump CLI from v2.50.0 to v2.50.2 (#5007)
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2502
- diff
- Bump Bundler Plugins from v3.6.1 to v4.0.2 (#5000, #5021, #5030)
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#402
- diff