mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Track all errors in Sentry
This commit is contained in:
@@ -1197,7 +1197,8 @@ NSString* MXKFileSizes_description(MXKFileSizes sizes)
|
||||
pasteboardImage = [UIImage imageWithData:[dict objectForKey:key]];
|
||||
}
|
||||
else {
|
||||
MXLogError(@"[MXKRoomInputToolbarView] Unsupported image format %@ for mimetype %@ pasted.", MIMEType, NSStringFromClass([[dict objectForKey:key] class]));
|
||||
NSString *message = [NSString stringWithFormat:@"[MXKRoomInputToolbarView] Unsupported image format %@ for mimetype %@ pasted.", MIMEType, NSStringFromClass([[dict objectForKey:key] class])];
|
||||
MXLogError(message);
|
||||
}
|
||||
|
||||
if (pasteboardImage)
|
||||
|
||||
Reference in New Issue
Block a user