| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @posthog_react-native-plugin@2.0.1 source code.tar.gz | 2026-06-12 | 23.4 MB | |
| @posthog_react-native-plugin@2.0.1 source code.zip | 2026-06-12 | 24.7 MB | |
| README.md | 2026-06-12 | 1.2 kB | |
| Totals: 3 Items | 48.1 MB | 0 | |
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)