mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
Remember table sort order when switching pages
This commit is contained in:
@@ -45,6 +45,7 @@ export async function initSentry(app) {
|
||||
const error = hint.originalException;
|
||||
if (error && typeof error.message === 'string') {
|
||||
if (
|
||||
error.message.includes('401') ||
|
||||
error.message.includes('403') ||
|
||||
error.message.includes('404') ||
|
||||
error.message.includes('500') ||
|
||||
|
||||
Reference in New Issue
Block a user