Skip to content

Commit 5b310dd

Browse files
author
Luca Forstner
committed
Fix tests
1 parent 31c51e6 commit 5b310dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/nextjs/test/performance/client.test.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ describe('client', () => {
8989
'/[user]/posts/[id]',
9090
{ user: 'lforst', id: '1337', q: '42' },
9191
{
92-
_sentryGetInitialPropsTraceData: 'c82b8554881b4d28ad977de04a4fb40a-a755953cd3394d5f-1',
93-
_sentryGetInitialPropsBaggage:
94-
'other=vendor,foo=bar,third=party,last=item,sentry-release=2.1.0,sentry-environment=myEnv',
92+
pageProps: {
93+
_sentryGetInitialPropsTraceData: 'c82b8554881b4d28ad977de04a4fb40a-a755953cd3394d5f-1',
94+
_sentryGetInitialPropsBaggage:
95+
'other=vendor,foo=bar,third=party,last=item,sentry-release=2.1.0,sentry-environment=myEnv',
96+
},
9597
},
9698
true,
9799
{

0 commit comments

Comments
 (0)