mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
add Sentry error reporting option
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user