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/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/ArtifactHandler.kt
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -207,14 +207,6 @@ class ArtifactHandler(private val project: Project, private val clientAdaptor: G
207
207
telemetryErrorMessage ="Unexpected error when downloading result ${e.localizedMessage}"
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/CodeModernizerManager.kt
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -201,9 +201,6 @@ class CodeModernizerManager(private val project: Project) : PersistentStateCompo
201
201
202
202
val result = validateCore(project)
203
203
204
-
// TODO: deprecated metric - remove after BI started using new metric
205
-
telemetry.sendValidationResult(result)
206
-
207
204
telemetry.validateProject(result)
208
205
209
206
return result
@@ -380,9 +377,6 @@ class CodeModernizerManager(private val project: Project) : PersistentStateCompo
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/CodeModernizerSession.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,6 @@ class CodeModernizerSession(
176
176
payload = result.payload
177
177
payloadSize = payload.length().toInt()
178
178
179
-
// TODO: deprecated metric - remove after BI started using new metric
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/CodeTransformTelemetryManager.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/controller/CodeTransformChatController.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,6 @@ class CodeTransformChatController(
134
134
135
135
codeTransformChatHelper.chatDelayShort()
136
136
137
-
// TODO: deprecated metric - remove after BI started using new metric
0 commit comments