Skip to content

Commit

Permalink
Bumping telemetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Oct 15, 2024
1 parent 4f02cce commit ab25f3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 61 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"generateNonCodeFiles": "npm run generateNonCodeFiles -w packages/ --if-present"
},
"devDependencies": {
"@aws-toolkits/telemetry": "^1.0.271",
"@aws-toolkits/telemetry": "^1.0.272",
"@playwright/browser-chromium": "^1.43.1",
"@types/vscode": "^1.68.0",
"@types/vscode-webview": "^1.57.1",
Expand Down
56 changes: 0 additions & 56 deletions packages/core/src/shared/telemetry/vscodeTelemetry.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
"type": "int",
"description": "CPU used by LSP server as a percentage of all available CPUs on the system"
},
{
"name": "cwsprChatProgrammingLanguage",
"type": "string",
"description": "Programming language associated with the message"
},
{
"name": "cwsprChatConversationType",
"type": "string",
Expand Down Expand Up @@ -836,57 +831,6 @@
}
]
},
{
"name": "amazonq_interactWithMessage",
"description": "When a user interacts with a message in the conversation",
"metadata": [
{
"type": "cwsprChatConversationId"
},
{
"type": "credentialStartUrl",
"required": false
},
{
"type": "cwsprChatMessageId"
},
{
"type": "cwsprChatUserIntent",
"required": false
},
{
"type": "cwsprChatInteractionType"
},
{
"type": "cwsprChatInteractionTarget",
"required": false
},
{
"type": "cwsprChatAcceptedCharactersLength",
"required": false
},
{
"type": "cwsprChatAcceptedNumberOfLines",
"required": false
},
{
"type": "cwsprChatHasReference",
"required": false
},
{
"type": "cwsprChatCodeBlockIndex",
"required": false
},
{
"type": "cwsprChatTotalCodeBlocks",
"required": false
},
{
"type": "cwsprChatHasProjectContext",
"required": false
}
]
},
{
"name": "amazonq_modifyCode",
"description": "% of code modified by the user after copying/inserting code from a message",
Expand Down

0 comments on commit ab25f3e

Please sign in to comment.