We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node 24 was released May 6.
We need to update our CI to test for it, and check what features we can support.
Changelog: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V23.md
threadCpuUsage
--experimental-strip-types support
require(esm)
The text was updated successfully, but these errors were encountered:
ABI is 137: https://github.com/electron/node-abi/blob/f68e336d5afa2e436c770f8ff10a37eae0a6bca3/abi_registry.json#L111-L120
Sorry, something went wrong.
feat: Support Node 24 (#16236)
5dd37a6
resolves #16058 Profiling binary bump: getsentry/sentry-javascript-profiling-node-binaries#12
This issue was referenced by PR #16236, which was included in the 9.18.0 release.
AbhiPrasad
Successfully merging a pull request may close this issue.
Description
Node 24 was released May 6.
We need to update our CI to test for it, and check what features we can support.
Changelog: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V23.md
threadCpuUsage
process: add threadCpuUsage nodejs/node#56467--experimental-strip-types support
: https://nodejs.org/api/typescript.html#type-stripping / module: unflag --experimental-strip-types nodejs/node#56350require(esm)
by default for Node.js applicationsThe text was updated successfully, but these errors were encountered: