Skip to content

Commit 8e1f62c

Browse files
committed
add one e2e test
1 parent ba5dcf1 commit 8e1f62c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev-packages/e2e-tests/test-applications/nextjs-14/sentry.client.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ Sentry.init({
66
tunnel: `http://localhost:3031/`, // proxy server
77
tracesSampleRate: 1.0,
88
sendDefaultPii: true,
9+
10+
// Ensure it also works with passing the integration
11+
integrations: [Sentry.browserTracingIntegration()],
912
});

0 commit comments

Comments
 (0)