Skip to content

Commit

Permalink
Lowering sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Apr 14, 2024
1 parent 8b4d0a9 commit caf05aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (
new Sentry.Integrations.Express({ app }),
],
release: process.env.GIT_COMMIT_SHA || undefined,
tracesSampleRate: 0.1,
tracesSampleRate: 0.02,
});
}

Expand Down

0 comments on commit caf05aa

Please sign in to comment.