4.39.0
Minor Changes
-
#3292
4bdfdbcThanks @marandaneto! -captureAppLifecycleEventsis now enabled by default. If you want to disable it, you can setcaptureAppLifecycleEvents: falsein 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)
Patch Changes
- Updated dependencies [
4bdfdbc]:- @posthog/core@1.24.3