Sentry config

This commit is contained in:
Natsumi
2025-09-18 19:42:41 +12:00
parent 5d0c6c4141
commit 0916bdcacd
4 changed files with 21 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ app.use(pinia);
app.use(i18n);
app.use(ElementPlus);
initComponents(app);
initSentry(app);
await initSentry(app);
app.mount('#root');