#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]:
Fetched March 31, 2026