Fix warning from sentry setup
This commit is contained in:
parent
dc2fee3a9d
commit
b53c908b55
1 changed files with 3 additions and 2 deletions
|
|
@ -22,5 +22,6 @@ const pinia = createPinia();
|
|||
const app = createApp(App);
|
||||
app.use(pinia);
|
||||
app.use(router);
|
||||
app.mount("#app");
|
||||
sentry.Init(app, pinia);
|
||||
sentry.Init(app, pinia).then(() => {
|
||||
app.mount("#app");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue