add Sentry error reporting option

This commit is contained in:
pa
2025-09-14 17:43:09 +09:00
committed by Natsumi
parent 76ca91dcc2
commit 7bd7b4ae71
10 changed files with 267 additions and 26 deletions
+3
View File
@@ -32,7 +32,10 @@ import { useVrcxStore } from './vrcx';
import { useVRCXUpdaterStore } from './vrcxUpdater';
import { useWorldStore } from './world';
import { createSentryPiniaPlugin } from '@sentry/vue';
export const pinia = createPinia();
pinia.use(createSentryPiniaPlugin());
export function createGlobalStores() {
return {