sentry refactoring

This commit is contained in:
Burak Civan
2022-11-09 10:49:34 +03:00
parent 4e7ad0f117
commit 1e3705616d
5 changed files with 5 additions and 2 deletions

View File

@ -44,7 +44,7 @@ import { BrowserTracing } from "@sentry/tracing";
Sentry.init({
Vue,
dsn: "",
dsn: sentry_dsn,
logErrors: true,
integrations: [
new BrowserTracing({