Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
128 stars 7 forks source link

telemetry #42

Closed Almenon closed 3 years ago

Almenon commented 6 years ago

Adding telemetry to your extension should be very helpful in determining the amount of users, how frequently your users use your extension, when users use your extension, what errors you have, when the errors happen ,how often errors happen, etc...

I write a guide on adding telemetry to a vscode extension:

https://medium.com/@almenon214/adding-telemetry-to-your-vscode-extension-f3d52d2e573c

Duroktar commented 6 years ago

Awesome article 💯 Very cool technology and easy to implement, I'll definitely add this to the big release coming up. Thanks!

Duroktar commented 3 years ago

I think I'll leave telemetry out for now. But thanks for the links!