Skip to content

Commit 631f0c7

Browse files
JonasBalizokm
andauthored
Update docs/product/explore/profiling/transaction-vs-continuous-profiling.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 1511621 commit 631f0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/explore/profiling/transaction-vs-continuous-profiling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Sentry.Init({
4949
Sentry.profiler.startProfiling();
5050
// Code executed after the first call to startProfiling will now be profiled
5151

52-
// Optionally, you can stop profiling at any time by calling stopProfiling.
52+
// You can stop profiling at any time by calling stopProfiling.
5353
// This can help you isolate the code you wish to profile.
5454
Sentry.profiler.stopProfiling();
5555
```

0 commit comments

Comments
 (0)