Skip to content

Commit

Permalink
fix(datadog): disable rum (#16876)
Browse files Browse the repository at this point in the history
* fix(datadog): disable rum

* fix: mask all data

* fix: only disable trackInteractions

* fix: cleanup

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
busla and kodiakhq[bot] authored Nov 19, 2024
1 parent 910627c commit 01c8d4d
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 @@ -20,7 +20,7 @@ const initDdRum = (params: DdRumInitParams) => {
version: params.version,
sampleRate: 100,
sessionReplaySampleRate: 0,
trackInteractions: true,
trackInteractions: false,
allowedTracingOrigins: [
'https://island.is',
/https:\/\/.*\.island\.is/,
Expand Down

0 comments on commit 01c8d4d

Please sign in to comment.