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 73030be commit cb9ae9cCopy full SHA for cb9ae9c
playground/javascript/node/abtestingV3.ts
@@ -12,6 +12,7 @@ async function testABTesting() {
12
const res = await client.addABTests({
13
endAt: '2022-02-01',
14
name: 'testing',
15
+ metrics: [],
16
variants: [
17
{
18
index: 'test1',
0 commit comments