releases.shpreview
PostHog/PostHog JS/posthog-react-native@4.39.0

posthog-react-native@4.39.0

$npx -y @buildinternet/releases show rel_e4383ISBsVP36_qqDFs4K

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

Fetched March 31, 2026