github PostHog/posthog-js posthog-react-native@4.39.0

latest releases: posthog-node@5.28.8, @posthog/convex@0.1.16, @posthog/rollup-plugin@1.3.3...
8 hours ago

4.39.0

Minor Changes

  • #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)

Patch Changes

  • Updated dependencies [4bdfdbc]:
    • @posthog/core@1.24.3

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.