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.
2 parents 50cf3f4 + 96783ea commit 8292788Copy full SHA for 8292788
packages/core/src/codewhisperer/util/telemetryHelper.ts
@@ -332,6 +332,7 @@ export class TelemetryHelper {
332
suggestionReferenceCount: referenceCount,
333
generatedLine: generatedLines,
334
numberOfRecommendations: suggestionCount,
335
+ acceptedCharacterCount: acceptedRecommendationContent.length,
336
},
337
338
})
0 commit comments