Skip to content

@posthog/core@1.46.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:31
Immutable release. Only release title and notes can be modified.
557798d

1.46.1

Patch Changes

  • #4332 b9a241e Thanks @ioannisj! - Fix identify() leaving a user anonymous when the supplied ID already matches the persisted distinct ID (for example after a non-identified bootstrap seeded the same ID). The user is now marked identified and a person-processed $set event is captured. Ports the same fix from posthog-js (browser) to the shared core used by React Native, Node, and posthog-js-lite.
    (2026-07-31)