Skip to content

Commit 0884499

Browse files
committed
moare debugging
1 parent afa9602 commit 0884499

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
REPLAY_DEFAULT_FLUSH_MAX_DELAY,
99
shouldSkipReplayTest,
1010
waitForReplayRequest,
11+
getReplayRecordingContent,
1112
} from '../../../utils/replayHelpers';
1213

1314
sentryTest(
@@ -46,6 +47,10 @@ sentryTest(
4647
if (called > 0) {
4748
// eslint-disable-next-line no-console
4849
console.log(event);
50+
51+
const recordingEvents = getReplayRecordingContent(route.request());
52+
// eslint-disable-next-line no-console
53+
console.log(recordingEvents);
4954
}
5055

5156
return route.fulfill({

0 commit comments

Comments
 (0)