Skip to content

@posthog/core@1.31.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 05:25
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
e93fcb1

1.31.0

Minor Changes

  • #3782 0c2acb9 Thanks @pauldambra! - Detect the Google Search App (GSA) as its own $browser value (Google Search App) via the cross-platform GSA/ UA marker, instead of reporting the embedded webview as Mobile Safari (iOS) or Chrome (Android). Gated behind the new detect_google_search_app config option, which the 2026-05-30 config defaults opt into automatically — left off otherwise to keep existing browser attribution backwards-compatible.

    Note: $browser_version for Google Search App is not comparable across platforms — iOS yields a version like 284.0 (from GSA/284.0.564099828) while Android yields a version like 14.21 (from GSA/14.21.20.28.arm64), since Google maintains separate versioning schemes for the two apps. Avoid building cross-platform version dashboards on $browser_version for this browser. (2026-06-10)

Patch Changes

  • Updated dependencies [0c2acb9]:
    • @posthog/types@1.384.0