Open JeffAshton opened 3 years ago
I would like to be able to use the AspNetAutoInstrumentationModule without adding a custom assembly loader to the AppDomain. The central package isn't ideal for our environments.
AspNetAutoInstrumentationModule
Hey @JeffAshton ,
You can remove this loader as long as your application has referenced to this library.
See https://github.com/aws/aws-xray-dotnet-agent/issues/18#issuecomment-670635142
I would like to be able to use the
AspNetAutoInstrumentationModule
without adding a custom assembly loader to the AppDomain. The central package isn't ideal for our environments.