Skip to content

posthog-js@1.422.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:26
Immutable release. Only release title and notes can be modified.
881ad63

1.422.0

Minor Changes

  • #4658 db8687c Thanks @posthog! - Report $sdk_debug_replay_throttled_mutations_dropped on captured events, counting the attribute changes the session recorder discarded during that session. The recorder throttles elements that change hundreds of times a second, and a discarded class or style change never reaches the player — so a recording can keep showing an element the live page had already hidden. Query this property to see whether your app is affected.
    (2026-08-27)