Track all errors in Sentry

This commit is contained in:
Andy Uhnak
2022-08-22 10:20:36 +01:00
parent 2ebbcbd2f9
commit 74b369e3af
44 changed files with 128 additions and 74 deletions
@@ -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()
}