mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Telemetry | Add more properties to posthog utd errors
This commit is contained in:
@@ -42,14 +42,13 @@ extension DecryptionFailure {
|
||||
cryptoModule: .Rust,
|
||||
cryptoSDK: .Rust,
|
||||
domain: .E2EE,
|
||||
|
||||
eventLocalAgeMillis: self.eventLocalAgeMillis,
|
||||
isFederated: nil,
|
||||
isMatrixDotOrg: nil,
|
||||
isFederated: self.isFederated,
|
||||
isMatrixDotOrg: self.isMatrixOrg,
|
||||
name: errorName,
|
||||
timeToDecryptMillis: timeToDecryptMillis,
|
||||
userTrustsOwnIdentity: self.trustOwnIdentityAtTimeOfFailure,
|
||||
wasVisibleToUser: nil
|
||||
wasVisibleToUser: self.wasVisibleToUser
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user