Review: cleaning

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Valere
2024-06-03 16:10:40 +02:00
committed by GitHub
parent 5c13a0eb76
commit 54444d8eab
+3 -7
View File
@@ -94,13 +94,9 @@ import AnalyticsEvents
guard let session = session else { return }
useAnalyticsSettings(from: session)
self.client.updateSuperProperties(
AnalyticsEvent.SuperProperties(
appPlatform: .EI,
cryptoSDK: .Rust,
cryptoSDKVersion: session.crypto.version
)
)
client.updateSuperProperties(.init(appPlatform: .EI,
cryptoSDK: .Rust,
cryptoSDKVersion: session.crypto.version))
}
/// Stops analytics tracking and calls `reset` to clear any IDs and event queues.