Skip to content

1.3.0

Choose a tag to compare

@lucaspimentel lucaspimentel released this 03 Jun 21:20
· 5932 commits to master since this release
fb4947e

Please read our documentation for instructions on setting up .NET tracing and details about supported frameworks.

Changes since 1.2.0:

  • Integrations
    • fix StackOverflowException when instrumenting methods that override HttpClientHandler.SendAsync() (#367)
    • more consistent resource names in all web frameworks (#361)
  • Profiler
    • add DD_CLR_DISABLE_OPTIMIZATIONS setting to disable code optimizations, enabled by default on .NET Core on Linux to workaround CLR/JIT bug, resolves AutoMapper issue (#363)
    • enable DD_TRACE_DEBUG, reduce logging unless enabled (#365)
    • fix Instrumentation.ProfilerAttached on Linux (#364)
  • Tests
    • profiler test improvements (#342)