Results 788 comments of Benjamin Gruenbaum

Do you use promises with async_hooks? - I do not know what async_hooks are. - I do know what async_hooks are but am not using them at all or with...

Is the performance of Node.js promises sufficient to you: - Node.js promises are still slow (even on the latest version) and significant effort needs to be put in before I...

@boneskull > What's the necessity of this? > A large proportion of Node.js users are using it for tooling; Node.js may only be used to bundle a site or run...

@giltayar `Regular stack traces with native promises` can you show me an example of what you mean exactly? Just looking at hte output of unhandled rejections?

@giltayar > I don't use bluebird, and so don't have long stack traces (and I wish native promises had them!) Native promises have them with the inspector attached - as...

@justsml no, we actually [keep context](https://github.com/petkaantonov/bluebird/blob/3746b7eca90dd8b11af73db5d30cf46d7dd90f9b/src/context.js). V8 does it on their side. `stackTraceLimit` helps with synchronous stack traces but not async ones. ---- @naugtur thanks for the suggestion - I...

We have plenty of tooling people at the modules team, maybe reach out to them?

LGTM, thanks for picking this up

Note that it's probably a good idea to bring this API to APM vendors to make sure that's the API they'd like or implement a basic APM on top of...