Skip to content

Commit c583d75

Browse files
authored
Add Node 22 to profiling docs (#10144)
1 parent 3d840bd commit c583d75

File tree

1 file changed

+4
-4
lines changed
  • docs/platforms/javascript/guides/node/profiling

1 file changed

+4
-4
lines changed

docs/platforms/javascript/guides/node/profiling/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ We recommend you have your own CPU resource-monitoring in place, because the act
8585

8686
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:
8787

88-
- macOS x64: Node v16, v18, v20
89-
- Linux ARM64 (musl): Node v16, v18, v20
90-
- Linux x64 (glibc): Node v16, v18, v20
91-
- Windows x64: Node v16, v18, v20
88+
- macOS x64: Node v16, v18, v20, v22
89+
- Linux ARM64 (musl): Node v16, v18, v20, v22
90+
- Linux x64 (glibc): Node v16, v18, v20, v22
91+
- Windows x64: Node v16, v18, v20, v22
9292

9393
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 commit comments

Comments
 (0)