Skip to content

Commit 1c76e02

Browse files
authored
fix: Reflect most recent node version support for node profiling
1 parent 2b0803c commit 1c76e02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platform-includes/profiling/node-profiling/javascript.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ Under the hood, the Sentry profiler uses V8's [CpuProfiler](https://v8docs.nodes
115115

116116
## Precompiled Binaries
117117

118-
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:
118+
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:
119119

120-
- macOS x64: Node v16, v18, v20, v22
121-
- Linux ARM64 (musl): Node v16, v18, v20, v22
122-
- Linux x64 (glibc): Node v16, v18, v20, v22
123-
- Windows x64: Node v16, v18, v20, v22
120+
- macOS x64: Node v18, v20, v22, v24
121+
- Linux ARM64 (musl): Node v18, v20, v22, v24
122+
- Linux x64 (glibc): Node v18, v20, v22, v24
123+
- Windows x64: Node v18, v20, v22, v24
124124

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