Closed
Description
Requesting approval to move github.com/bnoordhuis/node-heapdump to github.com/nodejs/node-heapdump
It been discussed here by the post-mortem group in nodejs/post-mortem#40. Current proposal is to bring it in and then PR to accommodate changes/suggestions if they make sense (for example changing to use inspector protocol if that works)
There are 3 key artifacts for post-mortem diagnosis including:
- heapdumps
- first capture data (node-report)
- core dumps (llnode work is to allow working with those).
Bringing in node-heapdump would make sure we have heapdumps covered. It seems widely used.
On approval we'd add in the Node.js governance and then transfer over.