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.
1 parent 30b6fca commit 33b8b06Copy full SHA for 33b8b06
packages/core/src/codewhisperer/util/telemetryHelper.ts
@@ -392,6 +392,7 @@ export class TelemetryHelper {
392
generatedLine: generatedLines,
393
numberOfRecommendations: suggestionCount,
394
acceptedCharacterCount: acceptedRecommendationContent.length,
395
+ suggestionType: 'COMPLETIONS',
396
}
397
this.resetUserTriggerDecisionTelemetry()
398
0 commit comments