Skip to content

Commit 3ba23db

Browse files
authored
ref(v8): Remove deprecated _reportAllChanges option (#11393)
This is not used anymore.
1 parent 8e349aa commit 3ba23db

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

packages/tracing-internal/src/browser/browserTracingIntegration.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,6 @@ export interface BrowserTracingOptions {
107107
*/
108108
enableHTTPTimings: boolean;
109109

110-
/**
111-
* _metricOptions allows the user to send options to change how metrics are collected.
112-
*
113-
* _metricOptions is currently experimental.
114-
*
115-
* Default: undefined
116-
*/
117-
_metricOptions?: Partial<{
118-
/**
119-
* @deprecated This property no longer has any effect and will be removed in v8.
120-
*/
121-
_reportAllChanges: boolean;
122-
}>;
123-
124110
/**
125111
* _experiments allows the user to send options to define how this integration works.
126112
*

0 commit comments

Comments
 (0)