Skip to content

Commit

Permalink
add acceptedCharCount to UserTriggerDecision STE
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyuq committed Oct 24, 2024
1 parent d67d933 commit 140189f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/codewhisperer/util/telemetryHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export class TelemetryHelper {
suggestionReferenceCount: referenceCount,
generatedLine: generatedLines,
numberOfRecommendations: suggestionCount,
acceptedCharacterCount: acceptedRecommendationContent.length,
},
},
})
Expand Down

0 comments on commit 140189f

Please sign in to comment.