{"version":3,"sources":["../../src/trace.ts"],"sourcesContent":["import { AsyncLocalStorage } from \"node:async_hooks\";\n\n/**\n * Trace used for continuity and concurrency to trace client identity across client and server on the WebSocket connection\n */\nexport const clientIdentityStorage = new AsyncLocalStorage<string>();\n"],"names":["clientIdentityStorage","AsyncLocalStorage"],"mappings":";;;;+BAKaA;;;eAAAA;;;iCALqB;AAK3B,MAAMA,wBAAwB,IAAIC,kCAAiB"}