SharpSource icon indicating copy to clipboard operation
SharpSource copied to clipboard

Implement ActivityWasNotStopped

Open Vannevelj opened this issue 2 years ago • 0 comments

https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing-instrumentation-walkthroughs#activity

Either use activity.stop() or using activity. No using and no stop() means the activity will get lost (presumably?)

Vannevelj avatar Aug 02 '23 15:08 Vannevelj