fix(sentry): resolve minified exception types on web release
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ extension AddLabelToThreadExtension on ThreadDetailController {
|
||||
consumeState(
|
||||
Stream.value(Left(
|
||||
AddALabelToAThreadFailure(
|
||||
exception: LabelKeywordIsNull(),
|
||||
exception: const LabelKeywordIsNull(),
|
||||
labelDisplay: labelDisplay,
|
||||
),
|
||||
)),
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ extension RemoveLabelFromThreadExtension on ThreadDetailController {
|
||||
emitFailure(
|
||||
controller: this,
|
||||
failure: RemoveALabelFromAThreadFailure(
|
||||
exception: LabelKeywordIsNull(),
|
||||
exception: const LabelKeywordIsNull(),
|
||||
labelDisplay: labelDisplay,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user