Skip to content
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

Add telemetry and option to disable #519

Merged
merged 5 commits into from
Apr 17, 2019
Merged

Add telemetry and option to disable #519

merged 5 commits into from
Apr 17, 2019

Conversation

kylecarbs
Copy link
Member

Enables telemetry with default VS Code events being tracked.

Adds --disable-telemetry flag and DISABLE_TELEMETRY env variable making an extremely easy opt-out.

@illiapoplawski
Copy link
Contributor

When you included the changes from pr 422 the change that I mentioned didn't get added to this pr.

Just noticed doc/self-hosted/index.md also mentions the code-server -h help option at bottom.

Use code-server -h or code-server --help to view the usage for the cli. This is also shown at the beginning of this section.

should read:

Use code-server --help to view the usage for the cli. This is also shown at the beginning of this section.

@kylecarbs
Copy link
Member Author

@kylecarbs kylecarbs merged commit c3a38e3 into master Apr 17, 2019
@kylecarbs kylecarbs deleted the telemetry branch April 17, 2019 22:18
code-asher pushed a commit that referenced this pull request Jun 19, 2019
* Add telemetry and option to disable

* Update readme and getting-started guide

* Update lockfile

* Update getting started guide
@NHollmann
Copy link

It would be nice if there were more details on telemetry. I know, I can disable it, but if I knew what exactly is sent I would consider turning it back on. 🤔

@deansheather
Copy link
Member

@NHollmann:

  • Machine ID (generated by code-server and cached if there's no OS machine ID)
  • CPU core count, model
  • Memory usage, total memory
  • Shell (bash, zsh, etc.)
  • OS release and arch

Along with any information VSCode telemetry sends by default which is documented thoroughly in their source: microsoft/vscode#34997.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
8 participants