sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

Support Node 22

Open AbhiPrasad opened this issue 1 year ago • 3 comments

Node 22 releases on 2024-04-23.

https://nodejs.org/en/blog/announcements/v21-release-announce

### Tasks
- [ ] Add Node 22 to release matrix
- [ ] Update profiling as appropriate for Node 22
- [ ] Make sure profiling works with maglev - https://blog.chromium.org/2023/06/how-chrome-achieved-high-scores-on.html
- [ ] Add support for uv_get_available_memory - https://github.com/nodejs/node/pull/52023
- [ ] Investigate using v8.queryObjects() - https://github.com/nodejs/node/pull/51927
- [ ] always set a "type" on package.json - https://github.com/nodejs/node/pull/52168

AbhiPrasad avatar Apr 05 '24 22:04 AbhiPrasad

Proposal pull-request is up: https://github.com/nodejs/node/pull/52505

anonrig avatar Apr 16 '24 19:04 anonrig

https://github.com/getsentry/sentry-javascript/pull/11754 only changes v7 - we have to make the change for v8 as well.

AbhiPrasad avatar Apr 26 '24 18:04 AbhiPrasad

@AbhiPrasad when you're back, can we close this?

mydea avatar May 15 '24 14:05 mydea

Yup, we can close! The other items were just investigation points, but we don't need to spend time on it atm.

AbhiPrasad avatar May 21 '24 11:05 AbhiPrasad