We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85a99a commit 306f874Copy full SHA for 306f874
e2e/react-router/src/ldclient.tsx
@@ -11,7 +11,7 @@ const observabilitySettings: ConstructorParameters<typeof Observability>[0] = {
11
recordHeadersAndBody: true,
12
},
13
serviceName: 'ryan-test',
14
- backendUrl: 'http://localhost:8082',
+ backendUrl: 'http://localhost:8082/public',
15
otel: {
16
otlpEndpoint: 'http://localhost:4318',
17
@@ -25,7 +25,7 @@ const sessionReplaySettings: ConstructorParameters<typeof SessionReplay>[0] = {
25
}
26
27
export const client = init(
28
- '586c33cf1cd88133f9a7804f',
+ '548f6741c1efad40031b18ae',
29
{ key: 'unknown' },
30
{
31
// Not including plugins at all would be equivalent to the current LaunchDarkly SDK.
0 commit comments