Skip to content

Add Node 22 to profiling docs #10586

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

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/platforms/javascript/guides/nestjs/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ We recommend you have your own CPU resource-monitoring in place, because the act

Starting from version `0.1.0`, the `@sentry/profiling-node` package precompiles binaries for a number of common architectures. This minimizes the tooling required to run the package and avoids compiling the package from source in most cases, which speeds up installation. Currently, we ship prebuilt binaries for the following architectures and Node versions:

- macOS x64: Node v16, v18, v20
- Linux ARM64 (musl): Node v16, v18, v20
- Linux x64 (glibc): Node v16, v18, v20
- Windows x64: Node v16, v18, v20
- macOS x64: Node v16, v18, v20, v22
- Linux ARM64 (musl): Node v16, v18, v20, v22
- Linux x64 (glibc): Node v16, v18, v20, v22
- Windows x64: Node v16, v18, v20, v22

The set of common architectures should cover a wide variety of use cases, but if you have feedback or experience different behavior, please open an issue in the [Sentry JavaScript SDK](https://github.com/getsentry/sentry-javascript) repository.
Loading