From 1926e6f880c81219b051b5b8b601be1b56223aee Mon Sep 17 00:00:00 2001 From: LucHeart Date: Sat, 30 Sep 2023 19:15:34 +0200 Subject: [PATCH] Forgot import --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index d5ed151..e3267f5 100644 --- a/src/main.js +++ b/src/main.js @@ -8,6 +8,8 @@ require("@/js/utils.js"); import "bootstrap/scss/bootstrap.scss"; import ApiCall from '/src/js/ApiCall'; import toastr from 'toastr'; +import * as Sentry from "@sentry/vue"; + toastr.options = { "positionClass": "toast-bottom-right" }