You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials/CodeWhispererClientAdaptor.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryService.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,8 @@ class CodeWhispererTelemetryService {
228
228
suggestionState,
229
229
suggestionReferenceCount,
230
230
generatedLineCount,
231
-
recommendationContext.details.size
231
+
recommendationContext.details.size,
232
+
acceptedCharCount
232
233
)
233
234
LOG.debug {
234
235
"Successfully sent user trigger decision telemetry. RequestId: ${response.responseMetadata().requestId()}"
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryServiceNew.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,8 @@ class CodeWhispererTelemetryServiceNew {
230
230
suggestionState,
231
231
suggestionReferenceCount,
232
232
generatedLineCount,
233
-
recommendationContext.details.size
233
+
recommendationContext.details.size,
234
+
acceptedCharCount
234
235
)
235
236
LOG.debug {
236
237
"Successfully sent user trigger decision telemetry. RequestId: ${response.responseMetadata().requestId()}"
0 commit comments