fix(sentry): resolve minified exception types on web release
This commit is contained in:
@@ -101,7 +101,7 @@ class PublicAssetApi {
|
||||
if (notCreatedError == null && publicAsset != null) return publicAsset;
|
||||
|
||||
if (notCreatedError?.type == ErrorMethodResponse.overQuota) {
|
||||
throw PublicAssetQuotaExceededException(message: notCreatedError?.description);
|
||||
throw PublicAssetQuotaExceededException(notCreatedError?.description);
|
||||
}
|
||||
|
||||
throw const CannotCreatePublicAssetException();
|
||||
|
||||
Reference in New Issue
Block a user