Skip to content

Commit fca3f1a

Browse files
committed
check now
1 parent d4e77c5 commit fca3f1a

File tree

1 file changed

+0
-3
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/logger

1 file changed

+0
-3
lines changed

dev-packages/browser-integration-tests/suites/public-api/logger/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ import { getFirstSentryEnvelopeRequest, properFullEnvelopeRequestParser } from '
77
sentryTest('should capture all logging methods', async ({ getLocalTestUrl, page }) => {
88
const url = await getLocalTestUrl({ testDir: __dirname });
99

10-
// Get all events from the page
1110
const event = await getFirstSentryEnvelopeRequest<OtelLogEnvelope>(page, url, properFullEnvelopeRequestParser);
1211
const envelopeItems = event[1];
1312

14-
expect(envelopeItems.length).toBe(12);
15-
1613
expect(envelopeItems[0]).toEqual([
1714
{
1815
type: 'otel_log',

0 commit comments

Comments
 (0)