Fixes
- Warnings when .env.sentry-build-plugin is not set on Sentry/CLI (#5029)
- Fix for
sentry-clipath discovery not working on Android (#5009) - Export
addIntegrationfrom@sentry/core(#5020)
Features
-
Adds
replaysSessionQualitySession Replay option to control replay quality and performance overhead on mobile (#5001)import * as Sentry from '@sentry/react-native'; Sentry.init({ replaysSessionSampleRate: 1.0, replaysSessionQuality: 'low', // possible values: low, medium (default), high integrations: [Sentry.mobileReplayIntegration()], });