Skip to content

Commit 38d44b7

Browse files
authored
fix(node-profiling): Code snippet without end sequence (#13335)
1 parent 62ca12c commit 38d44b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/platforms/javascript/common/profiling/node-profiling.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Sentry.init({
115115
tracesSampleRate: 1.0,
116116
+ profileSessionSampleRate: 0.0
117117
});
118-
118+
```
119119

120120
## How Does It Work?
121121

@@ -133,4 +133,3 @@ Starting from version `0.1.0`, the `@sentry/profiling-node` package precompiles
133133
- Windows x64: Node v16, v18, v20, v22
134134

135135
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.
136-
```

0 commit comments

Comments
 (0)