Skip to content

Commit 197acf2

Browse files
committed
default logging flag to undefined
1 parent fc371fe commit 197acf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/src/browser/browsertracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class BrowserTracing implements Integration {
126126

127127
private readonly _metrics: MetricsInstrumentation;
128128

129-
private readonly _emitOptionsWarning: boolean = false;
129+
private readonly _emitOptionsWarning?: boolean;
130130

131131
/** Store configured idle timeout so that it can be added as a tag to transactions */
132132
private _configuredIdleTimeout: BrowserTracingOptions['idleTimeout'] | undefined = undefined;

0 commit comments

Comments
 (0)