Make telemetry reporting not require NuGet downloads #104
Labels
enhancement
An issue or pull request introducing new functionality to the project.
in progress
Work on this issue is already underway. Please don't work start new work on it.
Right now, in order for telemetry to work, 3 NuGet packages need to be downloaded (or cached):
In the end, the telemetry events are just being sent as web requests. While the web request format isn't documented, it should be possible to reverse-engineer via a tool like Fiddler.
If we can figure out how to make those web requests directly, then we can improve the first-run experience for users to not need to have that initial binary download.
The text was updated successfully, but these errors were encountered: