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

Make telemetry opt-in instead of opt-out #8794

Closed
mbrameld opened this issue Oct 10, 2017 · 3 comments
Closed

Make telemetry opt-in instead of opt-out #8794

mbrameld opened this issue Oct 10, 2017 · 3 comments

Comments

@mbrameld
Copy link

Should be a very simple fix.

@mupaneu
Copy link

mupaneu commented Nov 9, 2018

Chances are telemetry has to be opt-in to be GDPR compliant.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@RobSmyth
Copy link

In our hostile global data security environment I think there is public benefit to mandate an opt-in approach regardless if the data is intended to be anonymous or not as the concept of anonymity is questionable. It is anonymous until somebody figures out a way to identify you from that data. If real-time then that is even more difficult as attackers can match that data to other data with the same time stamps.

I think the GDPR has the right idea and I understand that organizations truthfully gather data believing it is anonymous. But there is always a risk and therefore there is value in anonymous data collection being opt-in. It is up to individuals to decide on their on-line risk.

@baronfel
Copy link
Member

During the .NET 7 time frame we changed the telemetry collection default for the open-source builds of dotnet/sdk to be opt-in. This means that partner-delivered SDKs like those from Canonical have the ability to easily turn the feature off (and I believe they have in fact done so). Microsoft-delivered SDKs will continue to default to enabling telemetry collection, and we will continue to support and adhere to the opt-out mechanisms described in the documentation, as well as declared in the installer UIs themselves.

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

No branches or pull requests

4 participants