aws / aws-xray-dotnet-agent

The official AWS X-Ray Auto Instrumentation Agent for .Net.
Apache License 2.0
23 stars 15 forks source link

Provide alternative to AspNetAutoInstrumentationModule without Assembly Loader #22

Open JeffAshton opened 3 years ago

JeffAshton commented 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.

lupengamzn commented 3 years ago

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