Skip to content

Commit

Permalink
Bumping sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Apr 14, 2024
1 parent fb9f77d commit 3df5c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
Sentry.init({
dsn: `https://${process.env.SENTRY_DSN0}@${process.env.SENTRY_DSN1}.ingest.sentry.io/${process.env.SENTRY_DSN2}`,
sampleRate: 0.1,
tracesSampleRate: 0.1,
tracesSampleRate: 1,
enabled:
process.env.SENTRY_DSN0 !== undefined &&
process.env.SENTRY_DSN1 !== undefined &&
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (
Sentry.init({
dsn: `https://${process.env.SENTRY_DSN0}@${process.env.SENTRY_DSN1}.ingest.sentry.io/${process.env.SENTRY_DSN2}`,
sampleRate: 0.1,
tracesSampleRate: 0.1,
tracesSampleRate: 1,
enabled:
process.env.SENTRY_DSN0 !== undefined &&
process.env.SENTRY_DSN1 !== undefined &&
Expand Down

0 comments on commit 3df5c3c

Please sign in to comment.