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 f95ca57 commit 9527cebCopy full SHA for 9527ceb
packages/browser/src/client.ts
@@ -127,7 +127,7 @@ export class BrowserClient extends BaseClient<BrowserClientOptions> {
127
return;
128
}
129
130
- IS_DEBUG_BUILD && logger.log(`Sending outcomes:\n${JSON.stringify(outcomes, null, 2)}`);
+ IS_DEBUG_BUILD && logger.log('Sending outcomes:', outcomes);
131
132
const url = getEnvelopeEndpointWithUrlEncodedAuth(this._dsn, this._options.tunnel);
133
const envelope = createClientReportEnvelope(outcomes, this._options.tunnel && dsnToString(this._dsn));
0 commit comments