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 bf95a8f commit 50fd116Copy full SHA for 50fd116
packages/experiment-browser/src/experimentClient.ts
@@ -273,7 +273,9 @@ export class ExperimentClient implements Client {
273
this.exposureInternal(key, sourceVariant);
274
}
275
this.debug(
276
- `[Experiment] variant for ${key} is ${sourceVariant.variant?.value}`,
+ `[Experiment] variant for ${key} is ${
277
+ sourceVariant.variant?.key || sourceVariant.variant?.value
278
+ }`,
279
);
280
return sourceVariant.variant || {};
281
0 commit comments