fix(sentry): resolve minified exception types on web release
This commit is contained in:
@@ -226,7 +226,7 @@ class FileUploader {
|
||||
charset: fileCharset);
|
||||
} else {
|
||||
logWarning('FileUploader::_parsingResponse(): DataResponseIsNullException');
|
||||
throw DataResponseIsNullException();
|
||||
throw const DataResponseIsNullException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user