Skip to content

Release 6.0.4

Compare
Choose a tag to compare
@mscwilson mscwilson released this 12 Jun 11:31
· 7 commits to master since this release

This release fixes two bugs.

When calling tracker.emitter.serverAnonymisation = true, the flag is now set quickly, so that subsequent events tracked will immediately be anonymised.

For ApplicationInstall events, the timestamps in the referrer_details entity are now processed correctly. The timestamps provided by the Android InstallReferrer API are in seconds since epoch, but the tracker was processing them as milliseconds.

Bug fixes

  • Send correct install referrer timestamps (close #687)
  • Set serverAnonymisation more quickly (close #689)