refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
@@ -60,7 +60,7 @@ class FileUploader {
|
||||
} else {
|
||||
final rootIsolateToken = RootIsolateToken.instance;
|
||||
if (rootIsolateToken == null) {
|
||||
throw CanNotGetRootIsolateToken();
|
||||
throw const CanNotGetRootIsolateToken();
|
||||
}
|
||||
|
||||
return await _isolateExecutor.execute(
|
||||
|
||||
Reference in New Issue
Block a user