Skip to content

Commit 140189f

Browse files
committed
add acceptedCharCount to UserTriggerDecision STE
1 parent d67d933 commit 140189f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/codewhisperer/util/telemetryHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export class TelemetryHelper {
332332
suggestionReferenceCount: referenceCount,
333333
generatedLine: generatedLines,
334334
numberOfRecommendations: suggestionCount,
335+
acceptedCharacterCount: acceptedRecommendationContent.length,
335336
},
336337
},
337338
})

0 commit comments

Comments
 (0)