Skip to content

Commit b87aa41

Browse files
author
Luca Forstner
committed
Make debug out put a little bit more pretty
1 parent ed743ea commit b87aa41

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
@@ -151,7 +151,7 @@ export class BrowserClient extends BaseClient<BrowserClientOptions> {
151151
return;
152152
}
153153

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

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

0 commit comments

Comments
 (0)