Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.53k stars 296 forks source link

Update ActivitySource in OpenTelemetry sample #977

Closed bachuv closed 1 year ago

bachuv commented 1 year ago

This PR updates the ActivitySource from DurableTask to DurableTask.Core.

cgillum commented 1 year ago

I think we also need to update the README.md file in this directory.