refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ class SessionStorageComposerDatasourceImpl
|
||||
.map((entry) => ComposerCache.fromJson(jsonDecode(entry.value)))
|
||||
.toList();
|
||||
} else {
|
||||
throw NotFoundInWebSessionException();
|
||||
throw const NotFoundInWebSessionException();
|
||||
}
|
||||
}).catchError(_exceptionThrower.throwException);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user