Skip to content

Commit 9ca60de

Browse files
author
Luca Forstner
committed
Add logging
1 parent 1f49f51 commit 9ca60de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/e2e-tests/test-applications/standard-frontend-react/tests/behaviour-test.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ test('Sends an exception to Sentry', async ({ page }) => {
1818

1919
console.log(`Polling for error eventId: ${exceptionEventId}`);
2020

21+
console.log(
22+
'ASDF',
23+
`https://sentry.io/api/0/projects/${sentryTestOrgSlug}/${sentryTestProject}/events/${exceptionEventId}/`,
24+
);
25+
2126
await expect
2227
.poll(
2328
async () => {

0 commit comments

Comments
 (0)