diff --git a/src/components/sentry.js b/src/components/sentry.js index f406310..e4349e4 100644 --- a/src/components/sentry.js +++ b/src/components/sentry.js @@ -3,6 +3,6 @@ if(typeof Sentry !== 'undefined') { dsn: 'https://b4b29557689049a39168599577adb940@sentry.startinblox.com/4', integrations: [new Sentry.Integrations.BrowserTracing()], environment: document.location.hostname, - tracesSampleRate: 1.0, + tracesSampleRate: 0.2, }); } \ No newline at end of file