Skip to content

0.8.1-beta

Pre-release
Pre-release

Choose a tag to compare

@lucaspimentel lucaspimentel released this 21 Mar 18:27
· 6027 commits to master since this release
50dec6f

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.0-beta:

Fixes

  • load the HttpModule automatically into ASP.NET applications (to trace web requests) if the Datadog.Trace.ClrProfiler.Managed NuGet package is included (#290)
  • add distributed tracing support to the tracing HttpModule (#287)
  • only extract span context from distributed tracing headers in local root spans (#287)

Builds

  • fix C++ builds that broke after dependencies were updated
  • reduce C++ build times by reducing the number of source code dependencies