Skip to content

posthog-js@1.429.4

Choose a tag to compare

@github-actions github-actions released this 10 Sep 16:27
Immutable release. Only release title and notes can be modified.
3c85b4e

1.429.4

Patch Changes

  • #4862 3278cd0 Thanks @pauldambra! - Call the original console method with the console as its receiver when recording console logs. The wrapper passed undefined instead, and passed no receiver at all when reporting its own failures, which a console implementation is free to reject.
    (2026-09-10)

  • #4887 0da006c Thanks @posthog! - Error tracking no longer counts an injected script as your own code. A stack frame is in_app only when its filename names a script your app was served — http(s), file, blob, app, capacitor, ionic, a bundler scheme, or a bare path. A frame served over any other scheme, such as an in-app browser bridge on iabjs:// or an extension content script on chrome-extension://, is kept for context but no longer groups the issue under your code.
    (2026-09-10)

  • #4837 99b4fc7 Thanks @pauldambra! - Stop recording autoplay attribute mutations on <video> and <audio> during session replay. The check compared a lowercase tag name against Element.tagName, which is uppercase for HTML elements, so a looping background video emitted a mutation for every autoplay toggle.
    (2026-09-10)

  • Updated dependencies [0da006c]:

    • @posthog/core@1.52.2