OneAgent-SDK-for-dotnet icon indicating copy to clipboard operation
OneAgent-SDK-for-dotnet copied to clipboard

Enables custom tracing of .NET applications in Dynatrace

Results 3 OneAgent-SDK-for-dotnet issues
Sort by recently updated
recently updated
newest added

As stated in documentation the StartAsync method is deprecated. I want to use the TraceAsync, but is a bit confused on how to retrieve the Tag when TraceAsync requires an...

The current `ITrace` API has `Trace(Func func)` and `TraceAsync(Func func)`, but none of these two can trace an `IAsyncEnumerable` call. It would be possible to do it with the now-obsolete...

Hi, Seems like the traceCustomService was not implemented in the .NET SDK. (I was able to find and use it on the JAVA SDK) Daniel