releases.shpreview

Android fatal JS errors no longer double-reported

@posthog/react-native-plugin@2.2.1

July 10, 2026PostHog JSView original ↗
1 fixThis release1 fixBug fixesAI-tallied from the release notes
From the original release noteView original ↗

2.2.1

Patch Changes

  • #4126 c5477ce Thanks @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 registers JavascriptException in posthog-android's errorTrackingConfig.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

Android fatal JS errors no longer double-reported… — releases.sh