tailscale-dev / vscode-tailscale

VS Code extension for Tailscale
BSD 3-Clause "New" or "Revised" License
66 stars 4 forks source link

Add telemetry #26

Open samlinville opened 1 year ago

samlinville commented 1 year ago

https://code.visualstudio.com/docs/getstarted/telemetry

We will need to stop bundling the server-side code, as the @vscode/extension-telemetry no longer supports it.

samlinville commented 1 year ago

@marwan-at-work is looking at clientmetrics to see if we can use that.