Skip to content

Commit c6ffce4

Browse files
committed
refactor(telemetry): rename to aws_featureConfig
1 parent c6d3a1d commit c6ffce4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,6 +2695,21 @@
26952695
}
26962696
]
26972697
},
2698+
{
2699+
"name": "aws_featureConfig",
2700+
"description": "AB Testing Feature response and Cohort Assignments",
2701+
"metadata": [
2702+
{
2703+
"type": "featureValue"
2704+
},
2705+
{
2706+
"type": "featureVariation"
2707+
},
2708+
{
2709+
"type": "id"
2710+
}
2711+
]
2712+
},
26982713
{
26992714
"name": "aws_help",
27002715
"description": "Open docs for the extension",
@@ -5787,21 +5802,6 @@
57875802
}
57885803
]
57895804
},
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-
},
58055805
{
58065806
"name": "feedback_result",
58075807
"description": "Called while submitting in-IDE feedback",

0 commit comments

Comments
 (0)