Skip to content

@posthog/core@1.48.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:35
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
fbdb6c7

1.48.2

Patch Changes

  • #4413 7b61aa4 Thanks @posthog! - Fix error tracking coercion reporting the wrong exception type for non-Error objects (e.g. TypeError, ReferenceError) that are thrown by browser extensions or other cross-realm code. Previously these always reported as type Error, burying the real type in the message string. Also fixed a local isError helper shadowing the more robust cross-realm-aware implementation, which caused some errors thrown from iframes or extension isolated worlds to be misclassified.
    (2026-08-17)