fix(sentry): resolve minified exception types on web release
This commit is contained in:
@@ -28,7 +28,7 @@ class QuotasAPI {
|
||||
if (getQuotaResponse?.list.isNotEmpty == true) {
|
||||
return getQuotaResponse!.list;
|
||||
} else {
|
||||
throw NotFoundQuotasException();
|
||||
throw const NotFoundQuotasException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user