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

Per-root Telemetry Opt Out/In Options #14

Open
jcdickinson opened this issue Jan 19, 2023 · 1 comment
Open

Per-root Telemetry Opt Out/In Options #14

jcdickinson opened this issue Jan 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jcdickinson
Copy link

jcdickinson commented Jan 19, 2023

I currently have the logging/telemetry turned off because I don't want to leak code from my employer. However, I would be thrilled to provide telemetry while working on my public/OSS projects.

Maybe allow this to be set with either an environment variable, or some "root file" such as a .codeiumrc with contents such as:

telemetry = true

A very close second would be to have something like:

let g:codeium_telemetry = v:true

This would completely override the setting on the website (i.e. the value on the website is ignored if this configuration is present). This would allow a user who normally opts into telemetry to opt out, and a user who normally opts out of telemetry to opt in. Orgs could also commit this file into their repo to prevent developers from accidentally leaking private code.

@VarunMohan
Copy link
Contributor

This is an interesting idea. Right now, we store this information on a per user basis but had not considered finer granularity. I will get back on this.

@pqn pqn added the enhancement New feature or request label Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants