Max Karasinski

Results 4 comments of Max Karasinski

Hello @ikovalyov , thank you for the example to work on! I have opened a [pull request](https://github.com/ikovalyov/dd-tracing-coroutines-issue-v2/pull/1) to demonstrate how my company worked around this issue, using manual instrumentation. I...

Looking back at it, our initial implementation of the `ThreadContextElement` was a bit naive. @ikovalyov if it helps - ```kotlin class SpanContextElement(val span: Span) : ThreadContextElement { override val key...

My apologies @tekener - I did not notice my notifications for a long time now! I do not work at the company anymore that I was at when I wrote...

Given the changes, I'm trying to think under what conditions one would want to manage a scope's lifecycle. Is there any need to pay attention to it now?