Skip to content

Commit f81db2e

Browse files
floralphtomcat323
authored andcommitted
fix: merge of NEP UI and telemetry
1 parent 0950732 commit f81db2e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,9 @@ export async function displaySvgDecoration(
308308
},
309309
totalSessionDisplayTime: Date.now() - session.requestStartTime,
310310
firstCompletionDisplayLatency: session.firstCompletionDisplayLatency,
311-
addedCharacterCount: addedCharacterCount,
312-
deletedCharacterCount: deletedCharacterCount,
311+
// TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
312+
// addedCharacterCount: addedCharacterCount,
313+
// deletedCharacterCount: deletedCharacterCount,
313314
}
314315
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
315316
},
@@ -340,8 +341,9 @@ export async function displaySvgDecoration(
340341
discarded: false,
341342
},
342343
},
343-
addedCharacterCount: addedCharacterCount,
344-
deletedCharacterCount: deletedCharacterCount,
344+
// TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
345+
// addedCharacterCount: addedCharacterCount,
346+
// deletedCharacterCount: deletedCharacterCount,
345347
}
346348
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
347349
},

0 commit comments

Comments
 (0)