We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e77c5 commit fca3f1aCopy full SHA for fca3f1a
dev-packages/browser-integration-tests/suites/public-api/logger/test.ts
@@ -7,12 +7,9 @@ import { getFirstSentryEnvelopeRequest, properFullEnvelopeRequestParser } from '
7
sentryTest('should capture all logging methods', async ({ getLocalTestUrl, page }) => {
8
const url = await getLocalTestUrl({ testDir: __dirname });
9
10
- // Get all events from the page
11
const event = await getFirstSentryEnvelopeRequest<OtelLogEnvelope>(page, url, properFullEnvelopeRequestParser);
12
const envelopeItems = event[1];
13
14
- expect(envelopeItems.length).toBe(12);
15
-
16
expect(envelopeItems[0]).toEqual([
17
{
18
type: 'otel_log',
0 commit comments