From 44be748f103d48ed487663d1827198f0224b0ccb Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Wed, 3 Apr 2024 13:14:29 +0200 Subject: [PATCH] ref(v8): Remove deprecated `_reportAllChanges` option --- .../src/browser/browserTracingIntegration.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages/tracing-internal/src/browser/browserTracingIntegration.ts b/packages/tracing-internal/src/browser/browserTracingIntegration.ts index 713e4f986c2b..42fc68fcaabf 100644 --- a/packages/tracing-internal/src/browser/browserTracingIntegration.ts +++ b/packages/tracing-internal/src/browser/browserTracingIntegration.ts @@ -107,20 +107,6 @@ export interface BrowserTracingOptions { */ enableHTTPTimings: boolean; - /** - * _metricOptions allows the user to send options to change how metrics are collected. - * - * _metricOptions is currently experimental. - * - * Default: undefined - */ - _metricOptions?: Partial<{ - /** - * @deprecated This property no longer has any effect and will be removed in v8. - */ - _reportAllChanges: boolean; - }>; - /** * _experiments allows the user to send options to define how this integration works. *