Skip to content

android-v3.60.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:46
· 35 commits to main since this release
Immutable release. Only release title and notes can be modified.
d071862

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 (ApplicationExitInfo tombstones) and captures an $exception event per crash with raw native stack frames and $debug_images, so PostHog symbolicates them against .so debug symbols uploaded with posthog-cli symbol-sets upload.