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

Use web basic SDK for both node + web to reduce bundle size #188

Closed lramos15 closed 10 months ago

lramos15 commented 10 months ago

Use XHR override with the web SDK to allow for removing the node app insights SDK and reduce the bundle size.