diff --git a/src/main.js b/src/main.js index cdf1b4a..9adf957 100644 --- a/src/main.js +++ b/src/main.js @@ -51,3 +51,5 @@ app.use(VuePlyr, { plyr: {} }) app.mount('#app') + +Sentry.captureMessage("sentry vue is working", "info"); \ No newline at end of file