DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
How does AsyncLocalStorage tie together logging, diagnostics events, and error reports for a single request?
A
It doesn't relate to any of them
B
It carries a request ID through the entire async call chain, letting logs/diagnostics/errors all reference the SAME identifier without manual parameter threading
C
It replaces the need for logging entirely
D
It only works for synchronous code
Check Answer