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 ed743ea commit b87aa41Copy full SHA for b87aa41
packages/browser/src/client.ts
@@ -151,7 +151,7 @@ export class BrowserClient extends BaseClient<BrowserClientOptions> {
151
return;
152
}
153
154
- IS_DEBUG_BUILD && logger.log(`Sending outcomes:\n${JSON.stringify(outcomes, null, 2)}`);
+ IS_DEBUG_BUILD && logger.log('Sending outcomes:', outcomes);
155
156
const url = getEnvelopeEndpointWithUrlEncodedAuth(this._dsn, this._options.tunnel);
157
const envelope = createClientReportEnvelope(outcomes, this._options.tunnel && dsnToString(this._dsn));
0 commit comments