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

feat: introduce telemetry #33

Closed f1ames closed 1 year ago

f1ames commented 1 year ago

This PR fixes #24.

Based on #31 and should be merged after it.

Changes

https://github.com/kubeshop/vscode-monokle/blob/02dc37e543b1f9e73c0062dca9d602869f677448/src/utils/telemetry.ts#L69-L97

Fixes

Checklist

f1ames commented 1 year ago

I rechecked if we can send telemetry events differently, so properties are split in MixPanel instead of being shown as single property, but it seems this is how @segment/analytics-node works and there is no easy way to change it.