Skip to content

@posthog/core@1.32.5

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:40
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
6c1d046

1.32.5

Patch Changes

  • #3828 8464c92 Thanks @turnipdabeets! - fix: persist the session replay config from a /flags response before emitting the featureflags event, so listeners (e.g. React Native session replay linked-flag re-evaluation) read a recording config consistent with the new flag values. This only reorders two adjacent synchronous writes in the stateful core client (used by posthog-react-native and @posthog/web); the event payload is unchanged, and posthog-node and the browser posthog-js package do not use this code path.
    (2026-06-15)