Get working sentry for the UI
Previously it almost, but didn't quite work. Now it actually works, but the stack traces are minified.
This commit is contained in:
parent
2f6cbe59eb
commit
0c464a9963
6 changed files with 37 additions and 18 deletions
|
|
@ -6,6 +6,7 @@ import "@/gen/custom-icons.scss";
|
|||
import "@/style/rmo.scss";
|
||||
import router from "@/rmo/route/config";
|
||||
import App from "@/rmo/App.vue";
|
||||
import * as sentry from "@/sentry";
|
||||
|
||||
const app = createApp(App);
|
||||
const head = createHead();
|
||||
|
|
@ -15,3 +16,5 @@ app.use(head);
|
|||
app.use(pinia);
|
||||
app.use(router);
|
||||
app.mount("#app");
|
||||
|
||||
sentry.Init(app, pinia);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue