Skip to content

Commit

Permalink
feat(docs): disabled traces rates
Browse files Browse the repository at this point in the history
  • Loading branch information
TrofimovAnton85 committed Jul 16, 2024
1 parent a01f68c commit 6432718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ const config = {
init: {
replaysOnErrorSampleRate: isProd ? 1.0 : 0,
replaysSessionSampleRate: isProd ? 0.25 : 0,
sampleRate: isProd ? 0.25 : 0
sampleRate: isProd ? 0.25 : 0,
tracesSampleRate: 0,
},
},
},
Expand Down

0 comments on commit 6432718

Please sign in to comment.