Skip to content

Commit 690c7f0

Browse files
committed
fix(amazonqFeatureDev): update naming accordingly
1 parent b3060cc commit 690c7f0

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

packages/core/src/shared/telemetry/vscodeTelemetry.json

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -950,25 +950,6 @@
950950
}
951951
]
952952
},
953-
{
954-
"name": "amazonq_trackScenarioCountUsage",
955-
"description": "Count how many times a scenario is reached.",
956-
"unit": "Count",
957-
"metadata": [
958-
{
959-
"type": "amazonqConversationId",
960-
"required": true
961-
},
962-
{
963-
"type": "credentialStartUrl",
964-
"required": false
965-
},
966-
{
967-
"type": "scenarioType",
968-
"required": true
969-
}
970-
]
971-
},
972953
{
973954
"name": "amazonq_approachThumbsUp",
974955
"description": "User clicked on the thumbs up button, to mention that they are satisfied",
@@ -1223,6 +1204,28 @@
12231204
"required": true
12241205
}
12251206
]
1207+
},
1208+
{
1209+
"name": "toolkit_trackScenario",
1210+
"description": "Count how many times a scenario is reached.",
1211+
"unit": "Count",
1212+
"metadata": [
1213+
{
1214+
"type": "count"
1215+
},
1216+
{
1217+
"type": "amazonqConversationId",
1218+
"required": true
1219+
},
1220+
{
1221+
"type": "credentialStartUrl",
1222+
"required": false
1223+
},
1224+
{
1225+
"type": "scenarioType",
1226+
"required": true
1227+
}
1228+
]
12261229
}
12271230
]
12281231
}

0 commit comments

Comments
 (0)