Skip to content

Commit 26cb98b

Browse files
committed
MORE logging...
1 parent 278b12d commit 26cb98b

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-integration-tests/suites/replay/eventBufferError

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/eventBufferError/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sentryTest(
5050

5151
const recordingEvents = replayEnvelopeParser(route.request());
5252
// eslint-disable-next-line no-console
53-
console.log(recordingEvents);
53+
console.log(JSON.stringify(recordingEvents, null, 2));
5454
}
5555

5656
return route.fulfill({

0 commit comments

Comments
 (0)