-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Node 8 #48
Comments
Briefly discussed with @coreylight for fidelity and it seems with this we'd create a v1 branch of the current code to support Node v6.10. Then, we'd maintain master off the new node stdlib inspector module. |
Work in progress branch: https://github.com/ewindisch/iopipe-plugin-profiler/tree/node8 I expect this should be ready for become a PR within a couple days! |
Addressed by #49 |
Branch with continued work to attempt getting heap profiling working. This has a bunch of wolf-fencing and other things built-in (as of writing this), and is non-working... so I didn't want to commit it to the otherwise working 'node8' branch: https://github.com/ewindisch/iopipe-plugin-profiler/tree/node8heap |
This is now built in although considered experimental:
https://nodejs.org/api/inspector.html
The text was updated successfully, but these errors were encountered: