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

Fixed limitation when using AspNetAutoInstrumentationModule #23

Closed lupengamzn closed 3 years ago

lupengamzn commented 3 years ago

Issue #, if available:

Issue: https://github.com/aws/aws-xray-dotnet-agent/issues/18, https://github.com/aws/aws-xray-dotnet-agent/issues/22

Description of changes: Removing loading the dlls since we require user to import the tracing library in beta stage and all required dlls will be shipped together with user's application.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.