Skip to content

Commit f0aa3f0

Browse files
authored
Add Node 22 to profiling docs (#10586)
1 parent d3c7939 commit f0aa3f0

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

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

9090
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:
9191

92-
- macOS x64: Node v16, v18, v20
93-
- Linux ARM64 (musl): Node v16, v18, v20
94-
- Linux x64 (glibc): Node v16, v18, v20
95-
- Windows x64: Node v16, v18, v20
92+
- macOS x64: Node v16, v18, v20, v22
93+
- Linux ARM64 (musl): Node v16, v18, v20, v22
94+
- Linux x64 (glibc): Node v16, v18, v20, v22
95+
- Windows x64: Node v16, v18, v20, v22
9696

9797
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)