Skip to content

posthog-js@1.396.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 08:48
· 16 commits to main since this release
Immutable release. Only release title and notes can be modified.
1ba8ce8

1.396.0

Minor Changes

  • #3987 74cc6bb Thanks @TueHaulund! - Add a get_current_url config option that overrides the URL used for client-side URL targeting — session replay URL triggers, the session replay URL blocklist, survey URL display conditions, product tour URL conditions, web experiment URL conditions, and autocapture URL allow/ignore lists. These match against window.location.href directly, which does not reflect a $current_url rewritten in before_send. Apps where the browser URL is not meaningful for targeting (e.g. Electron/desktop builds served from a generated host) can now return the logical URL to match against. Defaults to window.location.href when not set.
    (2026-06-29)

Patch Changes

  • Updated dependencies [74cc6bb]:
    • @posthog/types@1.392.0