Skip to content

Releases: Moesif/moesif-browser-js

v1.8.13

05 Jan 02:53
4360d16
Compare
Choose a tag to compare
  1. update campaign logic

V1.18.12

29 Nov 05:07
4ebf471
Compare
Choose a tag to compare
  1. Add Idempotent transaction id support

V1.18.11

14 Dec 17:13
5c6ed40
Compare
Choose a tag to compare

Optimizing batching:

  • if failed to enqueue an event, send immediately.
  • if in very rare cases, failed to remove from queue 5 times, stop batching.
  • drop very old events

v1.8.10

02 Dec 19:58
6c26ef2
Compare
Choose a tag to compare
  • Improved support for UTM tracking for companies to ensure initial campaign data used

V 1.8.9

19 Sep 20:03
7f9cf9f
Compare
Choose a tag to compare
  • If identifyUser/identifyCompany/identifySession is called with null or undefined, print out error message and skip.

V 1.8.8

25 Aug 19:26
c8a49e4
Compare
Choose a tag to compare

Add:

Better handling if browser blocks web3 instrumentation.

v1.8.5

02 Apr 03:44
391afd2
Compare
Choose a tag to compare

Add:

  • Don't save referrer info if it's the same domain
  • More relaxed query string parsing for non-conforming URLs such as /#signup?utm_source=x

v1.8.2

26 Feb 22:57
d012df9
Compare
Choose a tag to compare

Fix:

  • Issue where marketing campaign data may not be collected until after identifyUser is called

v1.8.1

07 Jan 23:14
Compare
Choose a tag to compare

Fix:

  • Issue where navigating cross subdomains may still create a new anonymous user

v1.8.0

22 Dec 04:43
8bf60f0
Compare
Choose a tag to compare

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.