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)