a863914 Thanks @marandaneto! - Fix captureException crashing in React Native with ReferenceError: Property 'Event' doesn't exist
(2026-03-30)341caaf Thanks @marandaneto! - fix: wrap sendBeacon body in Blob to ensure Content-Type header is set
(2026-03-30)a863914]:
a863914]:
#3292 4bdfdbc Thanks @marandaneto! - captureAppLifecycleEvents is now enabled by default. If you want to disable it, you can set captureAppLifecycleEvents: false in the PostHog options:
const posthog = new PostHog('<ph_project_api_key>', {
captureAppLifecycleEvents: false,
})
Or when using the PostHogProvider:
<PostHogProvider apiKey="<ph_project_api_key>" options={{ captureAppLifecycleEvents: false }}>
<MyApp />
</PostHogProvider>
``` (2026-03-27)
4bdfdbc]:
4bdfdbc]:
4bdfdbc]:
4bdfdbc Thanks @marandaneto! - Add @default JSDoc tags to PostHogCoreOptions configuration properties for better IDE documentation and discoverability.
(2026-03-27)