snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
107 stars 63 forks source link

Release/6.0.4 #691

Closed mscwilson closed 1 month ago

mscwilson commented 1 month ago

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

NB: the CI tests for API 30 are currently failing due to flakiness. This is a known problem and will be addressed in a future PR.