diff --git a/resources/assets/js/exceptions/trackers/sentry.js b/resources/assets/js/exceptions/trackers/sentry.js index c5ce338d1..9ef760eea 100644 --- a/resources/assets/js/exceptions/trackers/sentry.js +++ b/resources/assets/js/exceptions/trackers/sentry.js @@ -3,8 +3,6 @@ import { BrowserTracing } from "@sentry/tracing"; export default { install(Vue) { - alert(exception_tracker.params.traces_sample_rate); - Sentry.init({ Vue, dsn: exception_tracker.action,