mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Fixes
This commit is contained in:
@@ -50,7 +50,10 @@ export async function initSentry(app) {
|
||||
error.message.includes('404') ||
|
||||
error.message.includes('500') ||
|
||||
error.message.includes('503') ||
|
||||
error.message.includes('database or disk is full')
|
||||
error.message.includes('database or disk is full') ||
|
||||
error.message.includes(
|
||||
'There is not enough space on the disk.'
|
||||
)
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user