We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2612309 commit 239a616Copy full SHA for 239a616
packages/toolkit/src/shared/telemetry/vscodeTelemetry.json
@@ -904,6 +904,18 @@
904
}
905
]
906
},
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
+ },
919
{
920
"name": "amazonq_isReviewedChanges",
921
"description": "User reviewed changes",
0 commit comments