| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| posthog-react-native@4.47.0 source code.tar.gz | 2026-06-12 | 23.4 MB | |
| posthog-react-native@4.47.0 source code.zip | 2026-06-12 | 24.8 MB | |
| README.md | 2026-06-12 | 798 Bytes | |
| Totals: 3 Items | 48.1 MB | 0 | |
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)