Skip to content

Commit 96783ea

Browse files
authored
telemetry: add acceptedCharCount to UserTriggerDecision STE (#5846)
JB's PR: aws/aws-toolkit-jetbrains#5008 ## Problem ## Solution --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 1621b4d commit 96783ea

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)