lazyload sentry preventing unauthorized connections

This commit is contained in:
pa
2025-11-16 17:37:32 +09:00
committed by Natsumi
parent eaa62bede0
commit 603b7b2013
4 changed files with 99 additions and 78 deletions

View File

@@ -15,11 +15,12 @@ import {
initRouter,
initSentry
} from './plugin';
import { pinia } from './stores';
import { initPiniaPlugins, pinia } from './stores';
import App from './App.vue';
await initPlugins();
await initPiniaPlugins();
// #region | Hey look it's most of VRCX!