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.
_reportAllChanges
1 parent 8e349aa commit 3ba23dbCopy full SHA for 3ba23db
packages/tracing-internal/src/browser/browserTracingIntegration.ts
@@ -107,20 +107,6 @@ export interface BrowserTracingOptions {
107
*/
108
enableHTTPTimings: boolean;
109
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
-
124
/**
125
* _experiments allows the user to send options to define how this integration works.
126
*
0 commit comments