diff --git a/src/main.ts b/src/main.ts index 2206e72aa..fe889127c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -27,11 +27,6 @@ if (environment.sentry_dsn) { Sentry.replayIntegration() ], - // Set tracesSampleRate to 1.0 to capture 100% - // Of transactions for tracing. - // We recommend adjusting this value in production - tracesSampleRate: 0.1, - // Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled // eslint-disable-next-line capitalized-comments // tracePropagationTargets: ["localhost", 'staging.fyle.tech', 'app.fylehq.com'],