From 190d760024726018b82ee665353516aaa6064193 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 22 Oct 2020 15:30:09 +0000 Subject: [PATCH] cicd: less sampling for Sentry --- src/components/sentry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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