Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading