AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

Make it work again with 4.4.3 LTS again #25

Closed FlorianLoch closed 8 years ago

FlorianLoch commented 8 years ago

According to the history of the project (and also the readme) I assume the module once worked fine with the 4.x branch of Node.js - so are there any plans to make it work with the LTS (again)?

AndreasMadsen commented 8 years ago

Yes, there are. see https://github.com/AndreasMadsen/trace/issues/24

You can bump the issue here: https://github.com/nodejs/LTS/issues/86 - if I'm really good I find the time to make a PR to node myself this weekend, but don't count on it.

AndreasMadsen commented 8 years ago

And in the mean time you can replace async-hook with version 1.2.0 and trace should work as expected.

AndreasMadsen commented 8 years ago

Node.js v4.5.0 is now available. This has the latest AsyncWrap API and thus trace should work out of the box.