Skip to content

Commit 4be5973

Browse files
committed
profiling: rename api
1 parent dc8807c commit 4be5973

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/migration/continuous-profiling.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ We've introduced a new `profileLifecycle` option that allows you to explicitly s
1313

1414
Previously, the profiling mode was implicitly determined by initialization options. Now you can clearly specify your intended behavior.
1515

16-
## Renamed API Methods
17-
18-
The main profiling control methods have been renamed to better reflect their purpose:
19-
20-
- `Sentry.profiler.start()``Sentry.profiler.startProfiler()`
21-
- `Sentry.profiler.stop()``Sentry.profiler.stopProfiler()`
22-
23-
The new names emphasize that these methods control profiling sessions and are subject to session sampling.
24-
2516
## New Sampling Controls
2617

2718
### profileSessionSampleRate

0 commit comments

Comments
 (0)