Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 104001b

Browse files
committed
TILA-1566 disable sentry distibuted tracing
1 parent 12f2539 commit 104001b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

ui/sentry.client.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ Sentry.init({
1313
dsn: SENTRY_DSN,
1414
environment: SENTRY_ENVIRONMENT,
1515
release: `tilavarauspalvelu-ui@${VERSION}`,
16-
// Adjust this value in production, or use tracesSampler for greater control
17-
tracesSampleRate: 1.0,
1816
});

ui/sentry.server.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ Sentry.init({
1313
dsn: SENTRY_DSN,
1414
environment: SENTRY_ENVIRONMENT,
1515
release: `tilavarauspalvelu-ui@${VERSION}`,
16-
// Adjust this value in production, or use tracesSampler for greater control
17-
tracesSampleRate: 1.0,
1816
});

0 commit comments

Comments
 (0)