mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
Crash auto recovery
in the worst way possible
This commit is contained in:
@@ -70,8 +70,12 @@ export async function initSentry(app) {
|
||||
'An error occurred while sending the request'
|
||||
) ||
|
||||
error.message.includes('database or disk is full') ||
|
||||
error.message.includes('disk I/O error') ||
|
||||
error.message.includes(
|
||||
'There is not enough space on the disk.'
|
||||
) ||
|
||||
error.message.includes(
|
||||
'The requested address is not valid in its context.'
|
||||
)
|
||||
) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user