Skip to content

posthog-react-native@4.47.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 13:06
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
1a2ddb7

4.47.0

Minor Changes

  • #3677 b061628 Thanks @ioannisj! - Add opt-in native iOS and Android crash capture through the optional native plugin:
    • Runtime: errorTracking.autocapture.nativeCrashes enables native crash autocapture.
    • Build tooling: the Expo config plugin option uploadNativeSymbols wires native debug-symbol upload so crashes are symbolicated — iOS dSYMs via posthog-ios's upload-symbols.sh, and Android ProGuard/R8 mappings via the com.posthog.android Gradle plugin. Pass uploadNativeSymbols: { includeSource: true } to also upload native source for crash context (iOS only). (2026-06-12)