Skip to content

Commit 2ee3215

Browse files
authored
feat: add support for ab testing (#820)
1 parent 06035e8 commit 2ee3215

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,16 @@
12051205
"codecatalyst"
12061206
]
12071207
},
1208+
{
1209+
"name": "featureValue",
1210+
"type": "string",
1211+
"description": "Additional Data Value for AB Testing"
1212+
},
1213+
{
1214+
"name": "featureVariation",
1215+
"type": "string",
1216+
"description": "Feature Variant for AB Testing"
1217+
},
12081218
{
12091219
"name": "filenameExt",
12101220
"type": "string",
@@ -5777,6 +5787,21 @@
57775787
}
57785788
]
57795789
},
5790+
{
5791+
"name": "experiment_feature_config",
5792+
"description": "AB Testing Feature response and Cohort Assignments",
5793+
"metadata": [
5794+
{
5795+
"type": "featureValue"
5796+
},
5797+
{
5798+
"type": "featureVariation"
5799+
},
5800+
{
5801+
"type": "id"
5802+
}
5803+
]
5804+
},
57805805
{
57815806
"name": "feedback_result",
57825807
"description": "Called while submitting in-IDE feedback",
@@ -7035,4 +7060,4 @@
70357060
]
70367061
}
70377062
]
7038-
}
7063+
}

0 commit comments

Comments
 (0)