Skip to content

Commit

Permalink
Merge pull request #805 from prezly/feature/dev-13725-themes-nextjs-5…
Browse files Browse the repository at this point in the history
…00kmonth-7.x

[DEV-13725] Fix - Reduce transactions sample rate to 0.5%
  • Loading branch information
kudlajz authored Oct 30, 2024
2 parents fb14a0f + 657c463 commit a880615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/src/sentry/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function getCommonClientOptions(
return {
dsn,
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 0.02,
tracesSampleRate: 0.005,
// ...
// Note: if you want to override the automatic release value, do not set a
// `release` value here - use the environment variable `SENTRY_RELEASE`, so
Expand Down

0 comments on commit a880615

Please sign in to comment.