We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff10cd commit 2518d93Copy full SHA for 2518d93
docs/client/javascript-mono/_asyncTimeouts.mdx
@@ -10,7 +10,7 @@ This requires javascript code to capture the cookie or the UTM from the browser
10
const user = {
11
custom: {
12
isLoggedIn: cookieLib.get('isLoggedIn'),
13
- utm: new URL(window.location.href).searchParams.get("utm");
+ utm: new URL(window.location.href).searchParams.get("utm")
14
}
15
16
const myStatsigClient = new StatsigClient(YOUR_SDK_KEY, user, options);
0 commit comments