Skip to content

@posthog/react-native-plugin@2.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:40
Immutable release. Only release title and notes can be modified.
b0d7fad

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)