Skip to content

Commit c94359d

Browse files
committed
fix: Disable session replays
Let’s turn this off for now. In the future, we may make a way to selectively turn it on if a user opts in.
1 parent 21714b8 commit c94359d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integrations/datadog/datadog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export function useDatadog() {
3030
trackViewsManually: true,
3131

3232
sessionSampleRate: 100,
33-
sessionReplaySampleRate: 20,
34-
defaultPrivacyLevel: 'mask-user-input',
33+
sessionReplaySampleRate: 0,
34+
defaultPrivacyLevel: 'mask',
3535

3636
plugins: [reactPlugin()],
3737
});

0 commit comments

Comments
 (0)