mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
MESSENGER-4535 matomo e2ee error tracking
This commit is contained in:
@@ -43,10 +43,13 @@ import AnalyticsEvents
|
||||
let reason: DecryptionFailureReason
|
||||
/// Additional context of failure
|
||||
let context: String
|
||||
// bwi: tracking information
|
||||
let errorCode: NSInteger
|
||||
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String) {
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String, errorCode: NSInteger) {
|
||||
self.failedEventId = failedEventId
|
||||
self.reason = reason
|
||||
self.context = context
|
||||
self.errorCode = errorCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user