kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Add telemetry for extension updates #82

Open f1ames opened 8 months ago

f1ames commented 8 months ago

We would like to send a telemetry event each time extension is updated.

I haven't seen any build-in mechanism to detect update (to be rechecked). We can do it e.g. by externally storing extension version and then checking on initialization if it's different then current running version. It can be a part of machineId read/write flow.