mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Track all errors in Sentry
This commit is contained in:
@@ -72,7 +72,7 @@ final class TimelinePollCoordinator: Coordinator, Presentable, PollAggregatorDel
|
||||
localEcho: nil, success: nil) { [weak self] error in
|
||||
guard let self = self else { return }
|
||||
|
||||
MXLog.error("[TimelinePollCoordinator]] Failed submitting response with error \(String(describing: error))")
|
||||
MXLog.error("[TimelinePollCoordinator]] Failed submitting response", context: error)
|
||||
|
||||
self.viewModel.showAnsweringFailure()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user