refactor(core): Stop reporting disk I/O error to Sentry (no-changelog) (#10324)
This commit is contained in:
@@ -69,7 +69,7 @@ export const initErrorHandling = async () => {
|
||||
|
||||
if (
|
||||
originalException instanceof QueryFailedError &&
|
||||
originalException.message.includes('SQLITE_FULL')
|
||||
['SQLITE_FULL', 'SQLITE_IOERR'].some((errMsg) => originalException.message.includes(errMsg))
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user