refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ extension PreviewAttachmentDownloadControllerExtension on DownloadController {
|
||||
|
||||
if (!isOpen) {
|
||||
toastManager.showMessageFailure(
|
||||
PreviewEmailFromEmlFileFailure(CannotOpenNewWindowException()),
|
||||
PreviewEmailFromEmlFileFailure(const CannotOpenNewWindowException()),
|
||||
);
|
||||
}
|
||||
} else if (PlatformInfo.isMobile) {
|
||||
|
||||
Reference in New Issue
Block a user