We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c107ffd commit 57ec045Copy full SHA for 57ec045
src/main.ts
@@ -27,11 +27,6 @@ if (environment.sentry_dsn) {
27
Sentry.replayIntegration()
28
],
29
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
-
35
// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
36
// eslint-disable-next-line capitalized-comments
37
// tracePropagationTargets: ["localhost", 'staging.fyle.tech', 'app.fylehq.com'],
0 commit comments