We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286641c commit 4ead70aCopy full SHA for 4ead70a
packages/browser/src/experimentClient.ts
@@ -231,7 +231,7 @@ export class ExperimentClient implements Client {
231
const headers = {
232
Authorization: `Api-Key ${this.apiKey}`,
233
};
234
- const body = JSON.stringify(user);
+ const body = JSON.stringify(userContext);
235
// CDN can only cache requests where the body is < 8KB
236
if (body.length > 8000) {
237
console.warn(
0 commit comments