I propose to remove OTEL_DOTNET_AUTO_ENABLED as it is redundant with the CORECLR_ENABLE_PROFILING and CLR_ENABLE_PROFILING env vars (or all CLR Profiler env vars can be unset).
It is also confusing as if one set it to false on .NET (Core) then he/she will still have the source instrumentation enabled. Therefore making as a bug.
I propose to remove
OTEL_DOTNET_AUTO_ENABLEDas it is redundant with theCORECLR_ENABLE_PROFILINGandCLR_ENABLE_PROFILINGenv vars (or all CLR Profiler env vars can be unset).It is also confusing as if one set it to
falseon .NET (Core) then he/she will still have the source instrumentation enabled. Therefore making as a bug.