Stopped collecting command arguments due to PII concerns
This commit is contained in:
parent
e9a6c4350a
commit
d9e169e77a
2 changed files with 8 additions and 8 deletions
|
@ -139,10 +139,6 @@ namespace Microsoft.DotNet.Cli
|
|||
|
||||
telemetryClient.TrackCommand(
|
||||
command,
|
||||
new Dictionary<string, string>
|
||||
{
|
||||
["Arguments"] = arguments
|
||||
},
|
||||
new Dictionary<string, double>
|
||||
{
|
||||
["ExitCode"] = exitCode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue