Skip to content

Commit 6aab126

Browse files
committed
fix: add component field
1 parent b30db52 commit 6aab126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/extensionNode.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ async function handleAmazonQInstall() {
280280
}
281281

282282
await telemetry.toolkit_showNotification.run(async () => {
283-
telemetry.record({ id: 'amazonQStandaloneChange' })
283+
// TODO: verify if this is the right field.
284+
telemetry.record({ id: 'amazonQStandaloneChange', component: 'editor' })
284285
void vscode.window
285286
.showInformationMessage(
286287
'Try Amazon Q, a generative AI assistant, with chat and code suggestions.',

0 commit comments

Comments
 (0)