Skip to content

Commit 4ff87c3

Browse files
committed
fwd console log
1 parent 6406110 commit 4ff87c3

File tree

1 file changed

+2
-0
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-lcp

1 file changed

+2
-0
lines changed

dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-lcp/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ sentryTest('should capture a LCP vital with element details.', async ({ browserN
1414
return route.fulfill({ path: `${__dirname}/assets/sentry-logo-600x179.png` });
1515
});
1616

17+
page.on('console', msg => console.log(msg.text()));
18+
1719
const url = await getLocalTestPath({ testDir: __dirname });
1820
const [eventData] = await Promise.all([getFirstSentryEnvelopeRequest<Event>(page), page.goto(url)]);
1921

0 commit comments

Comments
 (0)