From d00b433a1ada7c436c37e9bd8b5c8ad3510fa991 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 24 May 2024 07:47:36 -0400 Subject: [PATCH] Add Node 22 to profiling docs --- docs/platforms/javascript/guides/node/profiling/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/platforms/javascript/guides/node/profiling/index.mdx b/docs/platforms/javascript/guides/node/profiling/index.mdx index 25397925596b94..84eda3477f1e64 100644 --- a/docs/platforms/javascript/guides/node/profiling/index.mdx +++ b/docs/platforms/javascript/guides/node/profiling/index.mdx @@ -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.