Skip to content

Commit 4732edf

Browse files
committed
not needed anymore...
1 parent a4efccc commit 4732edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/react-create-hash-router/tests/transactions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('Captures a pageload transaction', async ({ page }) => {
1010

1111
const transactionEvent = await transactionEventPromise;
1212
expect(transactionEvent.contexts?.trace).toEqual({
13-
data: expect.objectContaining({
13+
data: {
1414
deviceMemory: expect.any(String),
1515
effectiveConnectionType: expect.any(String),
1616
hardwareConcurrency: expect.any(String),
@@ -19,7 +19,7 @@ test('Captures a pageload transaction', async ({ page }) => {
1919
'sentry.origin': 'auto.pageload.react.reactrouter_v6',
2020
'sentry.sample_rate': 1,
2121
'sentry.source': 'route',
22-
}),
22+
},
2323
op: 'pageload',
2424
span_id: expect.any(String),
2525
trace_id: expect.any(String),

0 commit comments

Comments
 (0)