Skip to content

Commit

Permalink
chore: updating sentry trace sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed May 31, 2024
1 parent a326a46 commit b15b1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/sentry.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Sentry.init({
dsn: SENTRY_DSN,
environment: SENTRY_ENVIRONMENT,
release: SENTRY_RELEASE,
tracesSampleRate: 1.0,
tracesSampleRate: 0.05,
});
2 changes: 1 addition & 1 deletion app/sentry.server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Sentry.init({
dsn: SENTRY_DSN,
environment: SENTRY_ENVIRONMENT,
release: SENTRY_RELEASE,
tracesSampleRate: 1.0,
tracesSampleRate: 0.05,
});

0 comments on commit b15b1ff

Please sign in to comment.