We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8807c commit 4be5973Copy full SHA for 4be5973
docs/migration/continuous-profiling.md
@@ -13,15 +13,6 @@ We've introduced a new `profileLifecycle` option that allows you to explicitly s
13
14
Previously, the profiling mode was implicitly determined by initialization options. Now you can clearly specify your intended behavior.
15
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
25
## New Sampling Controls
26
27
### profileSessionSampleRate
0 commit comments