microsoft / vscode-extension-telemetry

Node module to help VS Code extensions send telemetry using application insights
https://www.npmjs.com/package/@vscode/extension-telemetry
Other
125 stars 46 forks source link

Remove deprecated method from type declaration file #166

Closed oliversen closed 1 year ago

oliversen commented 1 year ago

The method that sends a raw (unsanitized) telemetry event sendRawTelemetryEvent is declared but not implemented.

lramos15 commented 1 year ago

Implemented this in #167 instead of removing the function. Thanks!