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 d03bba3 commit 9373335Copy full SHA for 9373335
packages/core/src/types-hoist/browseroptions.ts
@@ -18,10 +18,11 @@ export type BrowserClientReplayOptions = {
18
};
19
20
export type BrowserClientProfilingOptions = {
21
- // todo: add deprecation warning for profilesSampleRate: @deprecated Use `profileSessionSampleRate` and `profileLifecycle` instead.
22
/**
23
* The sample rate for profiling
24
* 1.0 will profile all transactions and 0 will profile none.
+ *
25
+ * @deprecated Use `profileSessionSampleRate` and `profileLifecycle` instead.
26
*/
27
profilesSampleRate?: number;
28
0 commit comments