This version is a pre-release (Beta).
Please read our documentation for instructions on setting up .NET tracing and details about supported frameworks. (It can take a few days for that documentation to be updated with newly released changes.)
Changes since 0.8.1-beta:
Core
- prevent
ObjectDisposedExceptionwhen Tracer retries to send traces to the Agent (#291) - fix span durations being 10 or 100 times larger than expected on non-Windows .NET Core platforms (#294)
Integrations
- don't create ADO.NET spans for
InterceptableDbCommandandProfiledDbCommand(#283)
Profiler
- add profiler version to
dotnet-profiler.loglog file (#282) - add version metadata to profiler DLL (Windows only) (#282)
Tests
- integration test mock Tracer: try listening on different TCP ports (#285)
Misc
- add
miniutfto list of 3rd party licenses (#296)