Skip to content

Commit

Permalink
fix: remove sentry transaction sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
JustARatherRidiculouslyLongUsername committed Nov 11, 2024
1 parent c107ffd commit b1f32b6
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 b1f32b6

Please sign in to comment.