BackendRequest Context in Node.js with AsyncLocalStorageUse AsyncLocalStorage to carry request-scoped context — trace IDs, sessions, tenant data — through async call stacks without threading it everywhere.May 9, 2026·4 min read