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 cf7582c commit c88ad2dCopy full SHA for c88ad2d
packages/sdk/ai/src/index.ts
@@ -81,7 +81,7 @@ export class AIClient {
81
tracker: new LDAIConfigTracker(
82
this.ldClient,
83
key,
84
- detail.value.variationId || '1234-1234-1234-1234',
+ detail.value["_ldMeta"]["variationId"],
85
context,
86
),
87
};
0 commit comments