posthog-react-native@4.47.0
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
4.47.0
Minor Changes
- #3677
b061628Thanks @ioannisj! - Add opt-in native iOS and Android crash capture through the optional native plugin:- Runtime:
errorTracking.autocapture.nativeCrashesenables native crash autocapture. - Build tooling: the Expo config plugin option
uploadNativeSymbolswires native debug-symbol upload so crashes are symbolicated — iOS dSYMs via posthog-ios'supload-symbols.sh, and Android ProGuard/R8 mappings via thecom.posthog.androidGradle plugin. PassuploadNativeSymbols: { includeSource: true }to also upload native source for crash context (iOS only). (2026-06-12)
- Runtime: