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 cc7a8f9 commit 76570a0Copy full SHA for 76570a0
packages/tracing/src/browser/browsertracing.ts
@@ -139,7 +139,7 @@ export class BrowserTracing implements Integration {
139
if (_options.tracingOrigins && Array.isArray(_options.tracingOrigins) && _options.tracingOrigins.length !== 0) {
140
tracingOrigins = _options.tracingOrigins;
141
} else {
142
- this._emitOptionsWarning = true;
+ isDebugBuild() && (this._emitOptionsWarning = true);
143
}
144
145
0 commit comments