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 fc371fe commit 197acf2Copy full SHA for 197acf2
packages/tracing/src/browser/browsertracing.ts
@@ -126,7 +126,7 @@ export class BrowserTracing implements Integration {
126
127
private readonly _metrics: MetricsInstrumentation;
128
129
- private readonly _emitOptionsWarning: boolean = false;
+ private readonly _emitOptionsWarning?: boolean;
130
131
/** Store configured idle timeout so that it can be added as a tag to transactions */
132
private _configuredIdleTimeout: BrowserTracingOptions['idleTimeout'] | undefined = undefined;
0 commit comments