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
@@ -148,7 +148,9 @@ extension SpaceMenuPresenter: SpaceMenuModelViewModelCoordinatorDelegate {
case .leaveSpaceAndChooseRooms:
self.showLeaveSpace()
default:
MXLog.error("[SpaceMenuPresenter] spaceListViewModel didSelectItem: invalid action \(action)")
MXLog.error("[SpaceMenuPresenter] spaceListViewModel didSelectItem: invalid action", context: [
"action": action
])
}
}
}