Skip to content

Commit 42636aa

Browse files
authored
telemetry(amazonq): bump aws-toolkit-common #7157
## Problem - toolkit commons needs to be updated so that certain telemetry events from flare have `languageServerVersion` ## Solution - bump aws-toolkit-common version from 1.0.316 to 1.0.317 - remove `amazonq_messageResponseError` because it was uplifted to common: aws/aws-toolkit-common#1019
1 parent d2f6b9a commit 42636aa

File tree

3 files changed

+5
-60
lines changed

3 files changed

+5
-60
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"skippedTestReport": "ts-node ./scripts/skippedTestReport.ts ./packages/amazonq/test/e2e/"
4242
},
4343
"devDependencies": {
44-
"@aws-toolkits/telemetry": "^1.0.316",
44+
"@aws-toolkits/telemetry": "^1.0.317",
4545
"@playwright/browser-chromium": "^1.43.1",
4646
"@stylistic/eslint-plugin": "^2.11.0",
4747
"@types/he": "^1.2.3",

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

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@
8787
"type": "int",
8888
"description": "CPU used by LSP server as a percentage of all available CPUs on the system"
8989
},
90-
{
91-
"name": "cwsprChatResponseErrorReason",
92-
"type": "string",
93-
"description": "Client error reason when processing response stream"
94-
},
9590
{
9691
"name": "cwsprChatInteractionTarget",
9792
"type": "string",
@@ -665,56 +660,6 @@
665660
}
666661
]
667662
},
668-
{
669-
"name": "amazonq_messageResponseError",
670-
"description": "When an error has occured in response to a prompt",
671-
"metadata": [
672-
{
673-
"type": "cwsprChatConversationId",
674-
"required": false
675-
},
676-
{
677-
"type": "credentialStartUrl",
678-
"required": false
679-
},
680-
{
681-
"type": "cwsprChatTriggerInteraction"
682-
},
683-
{
684-
"type": "cwsprChatUserIntent",
685-
"required": false
686-
},
687-
{
688-
"type": "cwsprChatHasCodeSnippet",
689-
"required": false
690-
},
691-
{
692-
"type": "cwsprChatProgrammingLanguage",
693-
"required": false
694-
},
695-
{
696-
"type": "cwsprChatActiveEditorTotalCharacters",
697-
"required": false
698-
},
699-
{
700-
"type": "cwsprChatActiveEditorImportCount",
701-
"required": false
702-
},
703-
{
704-
"type": "cwsprChatResponseCode"
705-
},
706-
{
707-
"type": "cwsprChatRequestLength"
708-
},
709-
{
710-
"type": "cwsprChatConversationType"
711-
},
712-
{
713-
"type": "cwsprChatResponseErrorReason",
714-
"required": false
715-
}
716-
]
717-
},
718663
{
719664
"name": "amazonq_modifyCode",
720665
"description": "% of code modified by the user after copying/inserting code from a message",

0 commit comments

Comments
 (0)