Skip to content

Commit 6c3555d

Browse files
committed
fix(amazonq): Add clarifying comment to telemetry pass through mechanism
1 parent 7cf7897 commit 6c3555d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/lsp/chat/messages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export function registerLanguageServerEventListener(languageClient: LanguageClie
8282
})
8383
})
8484

85+
// This passes through metric data from LSP events to Toolkit telemetry with all fields from the LSP server
8586
languageClient.onTelemetry((e) => {
8687
const telemetryName: string = e.name
8788

0 commit comments

Comments
 (0)