In this repo you will find examples on how to use Node.js async hooks API.
- /basic: Define async hooks and show how to print inside hook callbacks.
- /stacktrace: Improve stacktraces of async functions in Node.js with async hooks.
- /requestContext: Store a request context. Use that context to automatically add details to log messages.