Download Latest Version 6.19.0 source code.tar.gz (6.7 MB)
Email in envelope

Get an email when there's a new version of Sentry SDK for React Native

Home / 6.19.0
Name Modified Size InfoDownloads / 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

Source: README.md, updated 2025-07-29