Skip to content

Commit

Permalink
chore: Reduce sample rate for RUM sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikurn authored Jan 8, 2025
1 parent e2ecff6 commit d57640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/user-monitoring/src/lib/user-monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const initDdRum = (params: DdRumInitParams) => {
service: params.service,
env: params.env,
version: params.version,
sampleRate: 100,
sampleRate: 10,
sessionReplaySampleRate: 0,
trackInteractions: false,
allowedTracingOrigins: [
Expand Down

0 comments on commit d57640a

Please sign in to comment.