### Problem Statement Deno doesn't currently support isolated tracing because it doesn't set an async context strategy. ### Solution Brainstorm We should use the `AsyncLocalStorage` async context strategy.