[Tracing] Swift Distributed Tracing support (or better async/await support) #1511
Open
Description
I was looking to integrate DataDog's tracing today and I noticed there's a concept of the current execution context but I believe it's using the os_activity APIs based on threads, which doesn't work with code using async/await.
It would be great to either support Swift Distributed Tracing or to at least have better async/await support using Task Locals.