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

Commit 3ce5335

Browse files
authored
Merge pull request #300 from City-of-Helsinki/TILA-1566
TILA-1566 disable sentry distributed tracing
2 parents 12f2539 + 104001b commit 3ce5335

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)