Use sendTelemetryErrorEvent when sending errors

This commit is contained in:
Robert
2023-09-15 16:03:01 +01:00
parent 9c76ba35f1
commit c7bd343f54

View File

@@ -214,7 +214,7 @@ export class ExtensionTelemetryListener
properties.stack = error.stack;
}
this.reporter.sendTelemetryEvent("error", properties, {});
this.reporter.sendTelemetryErrorEvent("error", properties, {});
}
/**