We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e5c53 commit cd2d763Copy full SHA for cd2d763
Sources/Analytics/Analytics.swift
@@ -90,7 +90,8 @@ public struct Analytics<HTTPClient: HTTPClientProtocol> {
90
value21: "BC75E8783E8141ECB7A179248F24080C", // fix // app_instance_id
91
value23: 25, // count up // bundle_sequential_index
92
googleAppId: clientInformation.googleAppId,
93
- value26: UInt(Date.now.timeIntervalSince1970 * 100), // free // previous_bundle_start_timestamp_millis
+ // free // previous_bundle_start_timestamp_millis
94
+ value26: UInt(Date.now.timeIntervalSince1970 * 100),
95
value27: "C86A6B98-E407-4954-BC16-F693A22F9FA9", // fix // resettable_device_id
96
value30: "d4Xw8qsiRUIBoMYlsYHnot", // fix // firebase_instance_id
97
value31: 1, // app_version_major
0 commit comments