You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think with cls-hooked we can provide interface something like this:
EError.bindContext({tracingId: 42},()=>next());// ------- in next middleware ----------process.nextTick(()=>{try{thrownewEError('Something went wrong');}catch(err){assert(err.tracingId===42);}});
Looks good, in my view 👀 Need PoC.
The text was updated successfully, but these errors were encountered:
I think with
cls-hooked
we can provide interface something like this:Looks good, in my view 👀 Need PoC.
The text was updated successfully, but these errors were encountered: