sentry refactoring
This commit is contained in:
2
resources/assets/js/mixins/global.js
vendored
2
resources/assets/js/mixins/global.js
vendored
@ -44,7 +44,7 @@ import { BrowserTracing } from "@sentry/tracing";
|
||||
|
||||
Sentry.init({
|
||||
Vue,
|
||||
dsn: "",
|
||||
dsn: sentry_dsn,
|
||||
logErrors: true,
|
||||
integrations: [
|
||||
new BrowserTracing({
|
||||
|
Reference in New Issue
Block a user