mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Track all errors in Sentry
This commit is contained in:
@@ -96,8 +96,7 @@ final class ServiceTermsModalCoordinator: NSObject, ServiceTermsModalCoordinator
|
||||
// Disable IS feature on user's account
|
||||
session.setIdentityServer(nil, andAccessToken: nil)
|
||||
session.setAccountDataIdentityServer(nil, success: nil) { error in
|
||||
guard let errorDescription = error?.localizedDescription else { return }
|
||||
MXLog.error("[ServiceTermsModalCoordinator] IS Terms: Error: \(errorDescription)")
|
||||
MXLog.error("[ServiceTermsModalCoordinator] IS Terms", context: error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user