Skip to content

Commit ae28b65

Browse files
committed
fix e2e tests
1 parent 0f13ff9 commit ae28b65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev-packages/e2e-tests/test-applications/create-next-app/tests/client-transactions.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ test('Sends a pageload transaction to Sentry', async ({ page }) => {
1717
transaction_info: { source: 'route' },
1818
type: 'transaction',
1919
contexts: {
20+
react: {
21+
version: '18.2.0',
22+
},
2023
trace: {
2124
span_id: expect.any(String),
2225
trace_id: expect.any(String),
@@ -60,6 +63,9 @@ test('captures a navigation transcation to Sentry', async ({ page }) => {
6063
transaction_info: { source: 'route' },
6164
type: 'transaction',
6265
contexts: {
66+
react: {
67+
version: '18.2.0',
68+
},
6369
trace: {
6470
span_id: expect.any(String),
6571
trace_id: expect.any(String),

0 commit comments

Comments
 (0)