Brady Whitten
Brady Whitten
Thanks for getting back! Sounds good, I’ll write up the use case more deeply, and also show the current implementation.
We have a similar critical monitoring and logging use case: setting a “request ID” (among other values) per-HTTP request going through an Express server. We then need to be able...
> Have you tried AsyncLocalStorage for that? Should serve that purpose much better. @Qard in fact the internal module we use `async_hooks` for is literally called `async-local-storage`. I'll note that...
I get the same, but with an additional hint from dtrace: ``` Running trace for 10s... dtrace: system integrity protection is on, some features will not be available Module |...
@alfredosalzillo Rollup says in their migration guide to rename to `.mjs` and this means that now we're beholden to Node.js ESM semantics. I believe in [the Node.js ESM docs the...