We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6442d72 commit dfa4e08Copy full SHA for dfa4e08
e2e/react-router/src/routes/root.tsx
@@ -22,6 +22,7 @@ const client = init3(
22
'https://otel.observability.ld-stg.launchdarkly.com',
23
}),
24
new SessionReplay('1', {
25
+ privacySetting: 'none',
26
serviceName: 'ryan-test',
27
backendUrl: 'https://pub.observability.ld-stg.launchdarkly.com',
28
}), // Could be omitted for customers who cannot use session replay.
0 commit comments