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 657e18caf3
commit 07d4c838d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.