Skip to content

Commit

Permalink
Fix DOTNET_STARTUP_HOOKS in defaults.env (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti authored Apr 28, 2022
1 parent 47f16b5 commit c0af7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.env
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0af7a6

Please sign in to comment.