Skip to content

Commit 9527ceb

Browse files
author
Luca Forstner
committed
Make debug out put a little bit more pretty
1 parent f95ca57 commit 9527ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class BrowserClient extends BaseClient<BrowserClientOptions> {
127127
return;
128128
}
129129

130-
IS_DEBUG_BUILD && logger.log(`Sending outcomes:\n${JSON.stringify(outcomes, null, 2)}`);
130+
IS_DEBUG_BUILD && logger.log('Sending outcomes:', outcomes);
131131

132132
const url = getEnvelopeEndpointWithUrlEncodedAuth(this._dsn, this._options.tunnel);
133133
const envelope = createClientReportEnvelope(outcomes, this._options.tunnel && dsnToString(this._dsn));

0 commit comments

Comments
 (0)