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 288617f commit 26150f4Copy full SHA for 26150f4
packages/core/src/codewhispererChat/controllers/chat/telemetryHelper.ts
@@ -188,7 +188,6 @@ export class CWCTelemetryHelper {
188
) {
189
const conversationId = this.getConversationId(message.tabID)
190
let event: AmazonqInteractWithMessage | undefined
191
-
192
switch (message.command) {
193
case 'insert_code_at_cursor_position':
194
message = message as InsertCodeAtCursorPosition
@@ -322,6 +321,7 @@ export class CWCTelemetryHelper {
322
321
return
323
}
324
telemetry.amazonq_interactWithMessage.emit(event)
+
325
codeWhispererClient
326
.sendTelemetryEvent({
327
telemetryEvent: {
0 commit comments