Skip to content

posthog-js@1.410.9

Choose a tag to compare

@github-actions github-actions released this 04 Aug 13:49
Immutable release. Only release title and notes can be modified.
3418e1e

1.410.9

Patch Changes

  • #4314 feb9e2a Thanks @posthog! - fix: warn when reset() silently opts the user back out

    reset() clears stored consent along with the rest of the user's state. With opt_out_capturing_by_default, this returns the instance to the opted-out default, so calling reset() after opt_in_capturing() would stop capturing without warning. It now logs a warning when that happens and documents the required ordering. (2026-08-04)

  • #4288 877418e Thanks @posthog! - Fix event-triggered survey popup delays resetting on every page navigation. The popup delay now resumes from when the trigger fired (persisted for the session) instead of restarting a fresh countdown on each page load, so a survey configured with an event/action trigger and a popup delay no longer gets lost when the user navigates before the delay elapses.
    (2026-08-04)

  • Updated dependencies [feb9e2a]:

    • @posthog/types@1.400.1