Skip to content

Commit 29fb231

Browse files
fix: remove sentry transaction sampling (#1067)
(cherry picked from commit 57ec045)
1 parent c107ffd commit 29fb231

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ if (environment.sentry_dsn) {
2727
Sentry.replayIntegration()
2828
],
2929

30-
// Set tracesSampleRate to 1.0 to capture 100%
31-
// Of transactions for tracing.
32-
// We recommend adjusting this value in production
33-
tracesSampleRate: 0.1,
34-
3530
// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
3631
// eslint-disable-next-line capitalized-comments
3732
// tracePropagationTargets: ["localhost", 'staging.fyle.tech', 'app.fylehq.com'],

0 commit comments

Comments
 (0)