fix(sentry): resolve minified exception types on web release
This commit is contained in:
@@ -110,7 +110,7 @@ class LabelApi
|
||||
final labelId = label.id;
|
||||
|
||||
if (labelId == null) {
|
||||
throw LabelIdIsNull();
|
||||
throw const LabelIdIsNull();
|
||||
}
|
||||
|
||||
final method = SetLabelMethod(accountId)..addDestroy({labelId});
|
||||
|
||||
Reference in New Issue
Block a user