getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
27 stars 8 forks source link

Remove support for Node 14 #233

Closed dividedmind closed 1 year ago

dividedmind commented 1 year ago

Official support ended on 2023-04-30.

brikelly commented 1 year ago

Please remember to also change the docs to remove Node 14 as a supported platform.

dividedmind commented 1 year ago

There is some additional cleanup to do. On top of my head there is the old format of the node loader api -- eg:

https://github.com/getappmap/appmap-agent-js/blob/e876f95881b1d8a7e66b32fca169794a585e1c2d/lib/node/loader-esm.mjs#L49 . I guess it is more efficient if I track these myself. Can I add these to your PR?

Sure, go for it! I tried to find everything but I'm sure I missed a couple places.