Skip to content

Commit da8f52c

Browse files
committed
fix(node-profiling): Code snippet without end sequence
1 parent 62ca12c commit da8f52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)