Skip to content

posthog-js@1.386.6

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 18:06
Immutable release. Only release title and notes can be modified.
9a4a324

1.386.6

Patch Changes

  • #3804 a27b163 Thanks @pauldambra! - fix(product-tours): drop the cached tours blob when product tours is not enabled

    Tours fetched while product tours was enabled are cached under ph_product_tours in the main persistence blob. Once product tours is disabled (remote config or the disable_product_tours option) that cache was never cleaned up, so a potentially large stale blob kept riding on every persistence write — and on every cross-tab storage event those writes broadcast. onRemoteConfig now clears the cached tours whenever product tours resolves to disabled; they are re-fetched if it is ever re-enabled. (2026-06-11)