Skip to content

Commit 239a616

Browse files
committed
add thumbs down override
1 parent 2612309 commit 239a616

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,18 @@
904904
}
905905
]
906906
},
907+
{
908+
"name": "amazonq_codeGenerationThumbsDown",
909+
"description": "User clicked on the thumbs down button to say that they are unsatisfied",
910+
"unit": "Count",
911+
"metadata": [
912+
{ "type": "amazonqConversationId" },
913+
{
914+
"type": "credentialStartUrl",
915+
"required": false
916+
}
917+
]
918+
},
907919
{
908920
"name": "amazonq_isReviewedChanges",
909921
"description": "User reviewed changes",

0 commit comments

Comments
 (0)