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
+11
View File
@@ -60,6 +60,17 @@ pinia.use(
// @ts-ignore // @ts-ignore
...state.Notification, ...state.Notification,
notificationTable: null notificationTable: null
},
Moderation: {
// @ts-ignore
...state.Moderation,
playerModerationTable: null
},
Photon: null,
SharedFeed: {
// @ts-ignore
...state.SharedFeed,
sharedFeed: null
} }
}) })
}) })