Skip to content

Commit c4f99f3

Browse files
committed
feat(amazonq): adding isInlineEdit to LogInlineCompletionSessionResultsParams for EDITS telemetry
1 parent 01850cd commit c4f99f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/amazonq/src/app/inline/EditRendering/displayImage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export async function displaySvgDecoration(
315315
},
316316
totalSessionDisplayTime: Date.now() - session.requestStartTime,
317317
firstCompletionDisplayLatency: session.firstCompletionDisplayLatency,
318+
isInlineEdit: true,
318319
}
319320
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
320321
if (inlineCompletionProvider) {
@@ -343,6 +344,7 @@ export async function displaySvgDecoration(
343344
discarded: false,
344345
},
345346
},
347+
isInlineEdit: true,
346348
}
347349
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
348350
},

0 commit comments

Comments
 (0)