diff --git a/docs/platforms/javascript/common/profiling/node-profiling.mdx b/docs/platforms/javascript/common/profiling/node-profiling.mdx index ea6ae3ad6b7b8..bd83ffb383fb0 100644 --- a/docs/platforms/javascript/common/profiling/node-profiling.mdx +++ b/docs/platforms/javascript/common/profiling/node-profiling.mdx @@ -115,7 +115,7 @@ Sentry.init({ tracesSampleRate: 1.0, + profileSessionSampleRate: 0.0 }); - +``` ## How Does It Work? @@ -133,4 +133,3 @@ Starting from version `0.1.0`, the `@sentry/profiling-node` package precompiles - 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. -```