Skip to content

Commit

Permalink
fix(metrics): swap uid for cid
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 5, 2022
1 parent 2a86868 commit f1b629c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Metrics : KLogging() {
"v" to 1, // Version of the API
"t" to "event", // Hit type, Specifies the metric is for an event
"tid" to UA_ACCOUNT, // Property ID
"uid" to hostnameHash(osName), // Anonymous Client ID.
"cid" to hostnameHash(osName), // Anonymous Client ID.
"an" to "pact-jvm", // App name.
"aid" to "pact-jvm", // App Id
"av" to lookupVersion(Metrics::class.java), // App version.
Expand Down

0 comments on commit f1b629c

Please sign in to comment.