Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/6.0.4 #691

Merged
merged 3 commits into from
Jun 12, 2024
Merged

Release/6.0.4 #691

merged 3 commits into from
Jun 12, 2024

Conversation

mscwilson
Copy link
Contributor

@mscwilson mscwilson commented Jun 4, 2024

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.

mscwilson added 2 commits May 30, 2024 17:31
* Make OkHttpNetworkConnection serverAnon property public

* Remove outdated docstring

* Fix assignment

* Update java version and runner in build action
For PR #690 

* Correct timestamp units

* Add docstring in Utils
@mscwilson mscwilson requested a review from a team June 4, 2024 16:28
Copy link
Contributor

@matus-tomlein matus-tomlein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -20,7 +20,7 @@ object Tracking {
@Composable
fun setup(namespace: String) : TrackerController {
// Replace this collector endpoint with your own
val networkConfig = NetworkConfiguration("https://23a6-82-26-43-253.ngrok.io", HttpMethod.POST)
val networkConfig = NetworkConfiguration("http://192.168.0.20:9090", HttpMethod.POST)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be a placeholder like we have in the RN tracker as everyone will need to adjust to their own external IP.

@mscwilson mscwilson merged commit fa694a5 into master Jun 12, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants