Skip to content

Commit 306f874

Browse files
committed
OVerwrite envKey
1 parent d85a99a commit 306f874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/react-router/src/ldclient.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const observabilitySettings: ConstructorParameters<typeof Observability>[0] = {
1111
recordHeadersAndBody: true,
1212
},
1313
serviceName: 'ryan-test',
14-
backendUrl: 'http://localhost:8082',
14+
backendUrl: 'http://localhost:8082/public',
1515
otel: {
1616
otlpEndpoint: 'http://localhost:4318',
1717
},
@@ -25,7 +25,7 @@ const sessionReplaySettings: ConstructorParameters<typeof SessionReplay>[0] = {
2525
}
2626

2727
export const client = init(
28-
'586c33cf1cd88133f9a7804f',
28+
'548f6741c1efad40031b18ae',
2929
{ key: 'unknown' },
3030
{
3131
// Not including plugins at all would be equivalent to the current LaunchDarkly SDK.

0 commit comments

Comments
 (0)