mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Telemetry | Add more properties to posthog utd errors
This commit is contained in:
@@ -52,6 +52,14 @@ import AnalyticsEvents
|
||||
|
||||
var eventLocalAgeMillis: Int?
|
||||
|
||||
/// Is the current user on matrix org
|
||||
var isMatrixOrg: Bool?
|
||||
/// Are the sender and recipient on the same homeserver
|
||||
var isFederated: Bool?
|
||||
|
||||
/// As for now the ios App only reports UTDs visible to user (error are reported from EventFormatter
|
||||
var wasVisibleToUser: Bool = true
|
||||
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String, ts: TimeInterval) {
|
||||
self.failedEventId = failedEventId
|
||||
self.reason = reason
|
||||
|
||||
Reference in New Issue
Block a user