Skip to content

Commit

Permalink
lower sample rate (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Apr 8, 2024
1 parent 16b68b3 commit 1729aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sentry.init({
dsn: "https://c696452bb7ce4cc98150142ebea1c32f@o4505285755600896.ingest.us.sentry.io/4505285757698048",

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.5,
tracesSampleRate: 0.3,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/web/sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sentry.init({
dsn: "https://c696452bb7ce4cc98150142ebea1c32f@o4505285755600896.ingest.us.sentry.io/4505285757698048",

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,
tracesSampleRate: 0.3,

enabled:
process.env.NODE_ENV !== "development" && process.env.NODE_ENV !== "test",
Expand Down

0 comments on commit 1729aef

Please sign in to comment.