mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Track all errors in Sentry
This commit is contained in:
@@ -67,7 +67,7 @@ public class MXKVideoThumbnailGenerator: NSObject {
|
||||
let image = try assetImageGenerator.copyCGImage(at: .zero, actualTime: nil)
|
||||
thumbnailImage = UIImage(cgImage: image)
|
||||
} catch {
|
||||
MXLog.error(error.localizedDescription)
|
||||
MXLog.error("[MXKVideoThumbnailGenerator] generateThumbnail:", context: error)
|
||||
thumbnailImage = nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user