microsoft/vscode-extension-telemetry

sendTelemetryException not working

freedom-git opened this issue · 1 comments

sendTelemetryException not working

It looks like there is a no-op comment at the sendErrorData function in sender, link is below
baseTelemetrySender.js

I want to know is this by design? but it is really wired, because the README said I can use sendTelemetryException but actually it do nothing.

This isn't by design. Just something I forgot to wire up because it only works for third party extensions and not first party ones. This is due to Microsoft's internal tables having no concept of an event without an event name, but app insights does. That's why you see my TODO to convert this.