newrelic-dotnet-agent icon indicating copy to clipboard operation
newrelic-dotnet-agent copied to clipboard

Update NRDiag to validate all necessary environment variables

Open chynesNR opened this issue 2 years ago • 1 comments
trafficstars

The NRDiag tool used by Support checks for some required .NET environment variables, like COR_ENABLE_PROFILING, but not all of them. We should update the .NET portion of the utility to be a bit more thorough.

Here is where that logic lives: https://github.com/newrelic/newrelic-diagnostics-cli/blob/9658d9c9a026423593de56da9e7be0902268e2bb/tasks/dotnet/profiler/envVarKey_windows.go#L72

Note that the tool is written in Go. Assistance from other teams may be necessary.

Estimates

M

chynesNR avatar Aug 14 '23 16:08 chynesNR

https://issues.newrelic.com/browse/NR-150808