Skip to content

Commit a409711

Browse files
committed
fix stuff
1 parent 3b542c9 commit a409711

File tree

2 files changed

+2
-1
lines changed
  • dev-packages/browser-integration-tests/suites
    • replay/multiple-pages
    • tracing/metrics/pageload-resource-spans

2 files changed

+2
-1
lines changed

dev-packages/browser-integration-tests/suites/replay/multiple-pages/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ sentryTest(
149149
headers: {
150150
// @ts-expect-error this is fine
151151
'User-Agent': expect.stringContaining(''),
152+
Referer: 'http://sentry-test.io/index.html',
152153
},
153154
},
154155
}),

dev-packages/browser-integration-tests/suites/tracing/metrics/pageload-resource-spans/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Event } from '@sentry/types';
55
import { sentryTest } from '../../../../utils/fixtures';
66
import { getFirstSentryEnvelopeRequest, shouldSkipTracingTest } from '../../../../utils/helpers';
77

8-
sentryTest('should add resource spans to pageload transaction', async ({ getLocalTestUrl, page, browser }) => {
8+
sentryTest('should add resource spans to pageload transaction', async ({ getLocalTestUrl, page }) => {
99
if (shouldSkipTracingTest()) {
1010
sentryTest.skip();
1111
}

0 commit comments

Comments
 (0)