add ingore state for sentry

This commit is contained in:
pa
2025-10-23 16:06:49 +09:00
committed by Natsumi
parent 6adef06a0d
commit 5747c39106

View File

@@ -60,6 +60,17 @@ pinia.use(
// @ts-ignore
...state.Notification,
notificationTable: null
},
Moderation: {
// @ts-ignore
...state.Moderation,
playerModerationTable: null
},
Photon: null,
SharedFeed: {
// @ts-ignore
...state.SharedFeed,
sharedFeed: null
}
})
})