github PostHog/posthog-js posthog-js@1.434.8

latest release: posthog-react-native@4.76.0
5 hours ago

1.434.8

Patch Changes

  • #5054 36f356d Thanks @posthog! - fix(dead-clicks): survive a denied property access in Firefox

    Firefox denies property access on a DOM node from another origin or from a realm that was torn down. The detector reads isConnected and nodeType on mutation records and on composed paths, and reads getRootNode on selection endpoints, so the denial escaped the MutationObserver callback and stopped the rest of the batch from refreshing the liveness timestamp. A node that cannot be read is now treated as a node that cannot be inspected. (2026-09-22)

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.