2.0.1
Patch Changes
-
#3824
bd80c7cThanks @ioannisj! - Drop native captures of fatal React Native JS errors that the JS layer already reports, so a fatal JS error no longer produces two$exceptionevents. Works on Android (both architectures) and iOS (old architecture only). On the iOS new architecture, fatal JS exception events surface as a genericSIGABRTcrash event with no JS-error text in any field, so they currently cannot be filtered
(2026-06-12) -
#3824
bd80c7cThanks @ioannisj! - Apply the session replay configuration at native SDK setup even when replay starts disabled, so recording turned on later (e.g.startRecordingor a linked feature flag) uses screenshot mode, the configured masking, and the configured snapshot endpoint instead of wireframe/default settings
(2026-06-12)