Skip to content

Commit

Permalink
fix: remove sentry transaction sampling (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c107ffd commit 57ec045
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 57ec045

Please sign in to comment.