github PostHog/posthog-js @posthog/react-native-plugin@2.10.0

latest releases: @posthog/mcp@0.18.0, posthog-react-native@4.77.0
3 hours ago

2.10.0

Minor Changes

  • #5040 ecdce70 Thanks @hpouillot! - Capture fatal React Native JavaScript exceptions through the embedded native SDK, which persists them to its own disk queue synchronously, so a crash is not lost when the process terminates before AsyncStorage finishes writing. The JS queue copy is dropped when native takes the event, so each crash is still sent once.

    Enabling errorTracking.autocapture.uncaughtExceptions now initializes the native PostHog SDK on its own, since that queue is what makes the fatal path durable. Apps that previously enabled neither session replay, native crash autocapture nor push will see one additional /config request per launch as a result: the native SDKs fetch remote config at setup regardless of preloadFeatureFlags. (2026-09-23)

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.