We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a38bbc8 + dedec0d commit 9be07d5Copy full SHA for 9be07d5
server/aws-lsp-codewhisperer/src/language-server/netTransform/metrics.ts
@@ -226,7 +226,7 @@ export const emitTransformationPlanReceivedTelemetry = (
226
const data: TransformationPlanReceivedEvent = {
227
category: CODETRANSFORM_CATEGORY,
228
transformationJobId: jobId,
229
- transformationSteps: response.TransformationPlan.transformationSteps,
+ transformationSteps: undefined,
230
}
231
232
telemetry.emitMetric({
0 commit comments