mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
MESSENGER-4821 add dimension for decryption error tracking
This commit is contained in:
@@ -45,11 +45,14 @@ import AnalyticsEvents
|
||||
let context: String
|
||||
// bwi: tracking information
|
||||
let errorCode: NSInteger
|
||||
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String, errorCode: NSInteger) {
|
||||
// bwi: #4821 RoomDevicesCount
|
||||
let deviceCount: NSInteger
|
||||
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String, errorCode: NSInteger, deviceCount: NSInteger) {
|
||||
self.failedEventId = failedEventId
|
||||
self.reason = reason
|
||||
self.context = context
|
||||
self.errorCode = errorCode
|
||||
self.deviceCount = deviceCount
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user