cicd: less sampling for Sentry

This commit is contained in:
Jean-Baptiste Pasquier 2020-10-22 15:30:09 +00:00
parent 0d4c2738d8
commit 190d760024
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});
}