blocked-at icon indicating copy to clipboard operation
blocked-at copied to clipboard

Filter stacktrace on newer NodeJS

Open HonzaMac opened this issue 2 years ago • 3 comments

NodeJS changed way how stacktrace look for async hooks: Example:

    at AsyncHook.init (/www/node_modules/blocked-at/index.js:31:11)
    at TCP.emitInitNative (node:internal/async_hooks:201:43)
    at Socket.connect (node:net:993:7)
    at Object.connect (node:net:203:17)
    at Object.netConnect [as createConnection] (/www/node_modules/puppeteer/node_modules/ws/lib/websocket.js:1006:14)
    at new ClientRequest (node:_http_client:326:45)
    at request (node:http:96:10)

HonzaMac avatar Jul 22 '22 10:07 HonzaMac

Cc @naugtur ?

HonzaMac avatar Jul 27 '22 20:07 HonzaMac

UX fail, I gave you a review on the phone hours after your submission and now (desktop) I see it's pending...

Also, thanks for contributing. It's a much needed update.

naugtur avatar Jul 30 '22 18:07 naugtur

Last round of questions, I'll merge and release once we finish talking :)

naugtur avatar Aug 09 '22 07:08 naugtur

@naugtur this doesn't seem like it was ever release to npm?

sraka1 avatar Aug 14 '23 21:08 sraka1