You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/profiling/node-profiling/javascript.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,11 +115,11 @@ Under the hood, the Sentry profiler uses V8's [CpuProfiler](https://v8docs.nodes
115
115
116
116
## Precompiled Binaries
117
117
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:
119
119
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
124
124
125
125
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