We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5dcf1 commit 8e1f62cCopy full SHA for 8e1f62c
dev-packages/e2e-tests/test-applications/nextjs-14/sentry.client.config.ts
@@ -6,4 +6,7 @@ Sentry.init({
6
tunnel: `http://localhost:3031/`, // proxy server
7
tracesSampleRate: 1.0,
8
sendDefaultPii: true,
9
+
10
+ // Ensure it also works with passing the integration
11
+ integrations: [Sentry.browserTracingIntegration()],
12
});
0 commit comments