await queue.enqueue(msg)await queue.enqueue(msg) and queue.listenQueue(async (msg) => ...queue.listenQueue(async (msg) => ... and I've read https://docs.deno.com/runtime/fundamentals/open_telemetry/#context-propagation but haven't been able to get the listen-queue-span as a child of the parent-span.
Join the Discord to ask follow-up questions and connect with the community