You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: