Releases: DataDog/dd-trace-dotnet
Releases · DataDog/dd-trace-dotnet
0.1.2
New Features
New integrations
- Add ASP.NET core instrumentation through
DiagnosticsSourceevents. To enable the instrumentation, check the project README (#36, docs)
Breaking Changes
- The new Scope API introduces breaking changes on how to use the tracer (#28)
ServiceInfohas been removed completely and will now be done in the agent (#34)
Documentation
- Refactor documentation to account for the changes introduced by the new Scope API (#28)
Read the full changeset.
v0.1.1
0.1.0
First alpha release is out!
This pre-release introduces all the bindings for the APM C# Tracer. Here the list of available functionalities:
- the C# Tracer is OpenTracing compliant
SpanandTraceContextmodels to represent traces- Flushing system to send traces to the Datadog Trace Agent
- Manual instrumentation is available via OpenTracing API