From c0af7a64c74d2e8bd1d34d824072a31e2ca15959 Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Wed, 27 Apr 2022 22:43:21 -0700 Subject: [PATCH] Fix DOTNET_STARTUP_HOOKS in defaults.env (#634) --- defaults.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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