mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Track all errors in Sentry
This commit is contained in:
@@ -320,7 +320,9 @@ final class SideMenuCoordinator: NSObject, SideMenuCoordinatorType {
|
||||
|
||||
func showSpaceInvite(spaceId: String, session: MXSession) {
|
||||
guard let space = session.spaceService.getSpace(withId: spaceId), let spaceRoom = space.room else {
|
||||
MXLog.error("[SideMenuCoordinator] showSpaceInvite: failed to find space with id \(spaceId)")
|
||||
MXLog.error("[SideMenuCoordinator] showSpaceInvite: failed to find space", context: [
|
||||
"space_id": spaceId
|
||||
])
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user