fix(sentry): resolve minified exception types on web release
This commit is contained in:
@@ -32,7 +32,7 @@ class ThreadDetailRepositoryImpl implements ThreadDetailRepository {
|
||||
.getThreadById(threadId, accountId);
|
||||
|
||||
if (originalEmailIds.isEmpty) {
|
||||
throw EmptyThreadDetailException();
|
||||
throw const EmptyThreadDetailException();
|
||||
}
|
||||
|
||||
final filteredEmailIds = await Future.wait(
|
||||
|
||||
Reference in New Issue
Block a user