Skip to content

Commit

Permalink
Add Node 22 to profiling docs (#10144)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored and lforst committed May 28, 2024
1 parent 82f162d commit caeaf84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/platforms/javascript/guides/node/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.

0 comments on commit caeaf84

Please sign in to comment.