mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Track all errors in Sentry
This commit is contained in:
@@ -396,7 +396,7 @@ class RoomTimelineLocationView: UIView, NibLoadable, Themable, MGLMapViewDelegat
|
||||
|
||||
func mapViewDidFailLoadingMap(_ mapView: MGLMapView, withError error: Error) {
|
||||
|
||||
MXLog.error("[RoomTimelineLocationView] Failed to load map with error: \(error)")
|
||||
MXLog.error("[RoomTimelineLocationView] Failed to load map", context: error)
|
||||
|
||||
self.isMapViewLoadingFailed = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user