mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
.NET Core SDK Telemetry #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anthonylavado on GitHub (Dec 11, 2018).
As reported in the Riot room, there are some commands for .NET Core that send back telemetry to Microsoft (see reference: https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry)
At present, the commands that do this are believed to be:
According to the reference page, there is an environment variable that can be used to disable these. We should include this in our instructions/package/build so that we don't accidentally send out details without permission.
(thanks to qurqar in #jellyfin for reporting this.)
@dcrdev commented on GitHub (Dec 12, 2018):
Definitely we should raise awareness of this
@anthonylavado commented on GitHub (Dec 12, 2018):
Just re-opening to track a future PR for the Debian build file, as mentioned in #80
@anthonylavado commented on GitHub (Dec 12, 2018):
@joshuaboniface Are you able to check if the Debian build stuff can have this env variable put in?
@joshuaboniface commented on GitHub (Dec 12, 2018):
It's been added.