mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
More Sentry filters
This commit is contained in:
+16
-2
@@ -59,7 +59,8 @@ pinia.use(
|
|||||||
GameLog: {
|
GameLog: {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
...state.GameLog,
|
...state.GameLog,
|
||||||
gameLogTable: null
|
gameLogTable: null,
|
||||||
|
gameLogSessionTable: null
|
||||||
},
|
},
|
||||||
Notification: {
|
Notification: {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
@@ -69,7 +70,9 @@ pinia.use(
|
|||||||
Moderation: {
|
Moderation: {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
...state.Moderation,
|
...state.Moderation,
|
||||||
playerModerationTable: null
|
playerModerationTable: null,
|
||||||
|
cachedPlayerModerations: null,
|
||||||
|
cachedPlayerModerationsUserIds: null
|
||||||
},
|
},
|
||||||
Photon: null,
|
Photon: null,
|
||||||
SharedFeed: {
|
SharedFeed: {
|
||||||
@@ -87,6 +90,17 @@ pinia.use(
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
...state.Avatar,
|
...state.Avatar,
|
||||||
avatarHistory: null
|
avatarHistory: null
|
||||||
|
},
|
||||||
|
Gallery: {
|
||||||
|
// @ts-ignore
|
||||||
|
...state.Gallery,
|
||||||
|
emojiTable: null,
|
||||||
|
galleryTable: null,
|
||||||
|
instanceStickersCache: null,
|
||||||
|
inventoryTable: null,
|
||||||
|
printTable: null,
|
||||||
|
stickerTable: null,
|
||||||
|
VRCPlusIconsTable: null
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user