github PostHog/posthog-js posthog-js@1.376.6

latest releases: posthog-react-native@4.46.4, @posthog/ai@7.20.2, posthog-js-lite@4.6.38...
6 hours ago

1.376.6

Patch Changes

  • #3687 663e250 Thanks @pauldambra! - fix(persistence): skip the storage write when the serialized props are unchanged. Callers spam save() after every property change, and many of those changes leave the serialized payload identical (e.g. resetting a value to its current value). Writing identical bytes to localStorage still fires a cross-tab storage event in every same-origin tab, where Chrome allocates the payload buffer in mojo IPC even though no listener reacts. Now save() compares the serialized payload against the last successful write and bails out when nothing changed.
    (2026-05-31)
  • Updated dependencies []:
    • @posthog/types@1.376.6
    • @posthog/core@1.29.15

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.