Skip to content

v1.8.0

Compare
Choose a tag to compare
@dgilling dgilling released this 22 Dec 04:43
· 82 commits to master since this release
8bf60f0

Fixes:

  • Improved how anonymous ids are stored in cookies vs local storage. Now when set to localStorage (the default setting), the SDK write session info to localStorage and then replicate to a cookie for redundancy. This ensures that if the user clears local storage or visits a different subdomain (like from docs.acmeinc.com to acmeinc.com), there is still
    a cookie to fall back to.