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

More disposal / flush logic #160

Closed lramos15 closed 1 year ago

lramos15 commented 1 year ago

Separates out the logic from flushing to the logic of dispose. Also makes it so that if you await the disposal of the reporter we will properly await flushing it