Skip to content

Commit 9bd4aa5

Browse files
committed
debug failing tests??
1 parent 9d0472b commit 9bd4aa5

File tree

3 files changed

+6
-0
lines changed
  • dev-packages/browser-integration-tests/suites/sessions

3 files changed

+6
-0
lines changed

dev-packages/browser-integration-tests/suites/sessions/initial-scope/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ sentryTest('should start a new session with navigation.', async ({ getLocalTestP
3131

3232
const newSession = await getFirstSentryEnvelopeRequest<SessionContext>(page, url);
3333

34+
console.log(JSON.stringify({ initSession, newSession }, null, 2));
35+
3436
expect(newSession).toBeDefined();
3537
expect(newSession.init).toBe(true);
3638
expect(newSession.errors).toBe(0);

dev-packages/browser-integration-tests/suites/sessions/start-session/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ sentryTest('should start a new session with navigation.', async ({ getLocalTestP
3030

3131
const newSession = await getFirstSentryEnvelopeRequest<SessionContext>(page, url);
3232

33+
console.log(JSON.stringify({ initSession, newSession }, null, 2));
34+
3335
expect(newSession).toBeDefined();
3436
expect(newSession.init).toBe(true);
3537
expect(newSession.errors).toBe(0);

dev-packages/browser-integration-tests/suites/sessions/v7-hub-start-session/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ sentryTest('should start a new session with navigation.', async ({ getLocalTestP
3030

3131
const newSession = await getFirstSentryEnvelopeRequest<SessionContext>(page, url);
3232

33+
console.log(JSON.stringify({ initSession, newSession }, null, 2));
34+
3335
expect(newSession).toBeDefined();
3436
expect(newSession.init).toBe(true);
3537
expect(newSession.errors).toBe(0);

0 commit comments

Comments
 (0)