Android fatal JS errors no longer double-reported
@posthog/react-native-plugin@2.2.1
1 fixThis release1 fixBug fixesAI-tallied from the release notes
From the original release noteView original ↗
2.2.1
Patch Changes
- #4126
c5477ceThanks @turnipdabeets! - Fix fatal JS errors being double-reported on Android in minified release builds: the plugin's dedup matched serialized class-name strings, which R8/ProGuard renaming can defeat. It now registersJavascriptExceptionin posthog-android'serrorTrackingConfig.ignoredExceptionTypes(requires core 6.24.0), which matches by class across the cause chain and is unaffected by minification. (2026-07-10)
Fetched July 10, 2026

