Stopped collecting command arguments due to PII concerns

This commit is contained in:
Lakshan Fernando 2016-03-30 17:21:31 -07:00 committed by Dan Quirk
parent e9a6c4350a
commit d9e169e77a
2 changed files with 8 additions and 8 deletions

View file

@ -139,10 +139,6 @@ namespace Microsoft.DotNet.Cli
telemetryClient.TrackCommand(
command,
new Dictionary<string, string>
{
["Arguments"] = arguments
},
new Dictionary<string, double>
{
["ExitCode"] = exitCode