-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telemetry questions #17790
Comments
These are good questions - we use the telemetry from VS Code to help understand issues customers run into and make the product better. But we also want to be fully respect our users wishes and be transparent about the process. I'll respond to each question:
For instance to understand why we may have a slow start-up time we send detains to diagnose the bottleneck this can include (Time to start, OS, VS Code Version, Number of CPUs, CPU Model, Memory,Free Memory, Extensions Loaded, Time to load each segment of the start-up sequence e.g. editor active, ...) the list is pretty detailed but it's all there to help us make the product better for all users. OK, Hope that helps, I'll go and update our FAQ with the details around opt-out == no telemetry as I think thats a really important gap in our docs today. Happy Coding, p.s. again closing the issue but feel free to re-open if the context above does not provide enough background on how we got to where we are today. |
Hi!
I have a few questions related with telemetry, embedded into VSCode:
We know that VSCode have telemetry, but when disabled, is it stays completely silent or sends "opt-out" signal to servers? Atom works like this, until telemetry package is completely removed (as they says, not tested by myself).
May be it will be a good idea to ask user about "opt-in" for telemetry, instead of "opt-out" by default? When VSCode starts for first time?
Is packages have ability to gather data and send it to devs? May be it will be good idea to have ability to completely mute ANY telemetry communications between VSCode/Packages and dev servers? For those, who concerned about their privacy?
What exactly telemetry gathers and sends?
The text was updated successfully, but these errors were encountered: