android-v3.60.0
·
35 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
- 470c1fa: Add native (NDK) crash capture on Android 12+, opt-in via
errorTrackingConfig.captureNativeCrashes. On startup the SDK reads the native crash records the OS kept (ApplicationExitInfotombstones) and captures an$exceptionevent per crash with raw native stack frames and$debug_images, so PostHog symbolicates them against.sodebug symbols uploaded withposthog-cli symbol-sets upload.