Skip to content

Commit 5149011

Browse files
committed
fix(amazonqFeatureDev): update naming accordingly
1 parent 9b10d92 commit 5149011

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
@@ -975,25 +975,6 @@
975975
}
976976
]
977977
},
978-
{
979-
"name": "amazonq_trackScenarioCountUsage",
980-
"description": "Count how many times a scenario is reached.",
981-
"unit": "Count",
982-
"metadata": [
983-
{
984-
"type": "amazonqConversationId",
985-
"required": true
986-
},
987-
{
988-
"type": "credentialStartUrl",
989-
"required": false
990-
},
991-
{
992-
"type": "scenarioType",
993-
"required": true
994-
}
995-
]
996-
},
997978
{
998979
"name": "amazonq_approachThumbsUp",
999980
"description": "User clicked on the thumbs up button, to mention that they are satisfied",
@@ -1271,6 +1252,28 @@
12711252
"required": false
12721253
}
12731254
]
1255+
},
1256+
{
1257+
"name": "toolkit_trackScenario",
1258+
"description": "Count how many times a scenario is reached.",
1259+
"unit": "Count",
1260+
"metadata": [
1261+
{
1262+
"type": "count"
1263+
},
1264+
{
1265+
"type": "amazonqConversationId",
1266+
"required": true
1267+
},
1268+
{
1269+
"type": "credentialStartUrl",
1270+
"required": false
1271+
},
1272+
{
1273+
"type": "scenarioType",
1274+
"required": true
1275+
}
1276+
]
12741277
}
12751278
]
12761279
}

0 commit comments

Comments
 (0)