mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
lazyload sentry preventing unauthorized connections
This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user