diff --git a/defaults.env b/defaults.env index 1173379ec1..6fceccae7b 100644 --- a/defaults.env +++ b/defaults.env @@ -1,6 +1,6 @@ export CORECLR_ENABLE_PROFILING=1 export CORECLR_PROFILER='{918728DD-259F-4A6A-AC2B-B85E1B658318}' export CORECLR_PROFILER_PATH=/opt/opentelemetry-dotnet-autoinstrumentation/OpenTelemetry.AutoInstrumentation.Native.so -export DOTNET_STARTUP_HOOKS=/opt/opentelemetry-dotnet-autoinstrumentation/OpenTelemetry.AutoInstrumentation.StartupHook.dll +export DOTNET_STARTUP_HOOKS=/opt/opentelemetry-dotnet-autoinstrumentation/netcoreapp3.1/OpenTelemetry.AutoInstrumentation.StartupHook.dll export OTEL_DOTNET_AUTO_INTEGRATIONS_FILE=/opt/opentelemetry-dotnet-autoinstrumentation/integrations.json export OTEL_DOTNET_AUTO_HOME=/opt/opentelemetry-dotnet-autoinstrumentation \ No newline at end of file