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 603b4ac commit 1c63bbaCopy full SHA for 1c63bba
packages/nextjs/src/index.server.ts
@@ -22,6 +22,9 @@ export function init(options: NextjsOptions): void {
22
options.integrations = [defaultRewriteFrames];
23
}
24
25
+ // Right now we only capture frontend sessions for Next.js
26
+ options.autoSessionTracking = false;
27
+
28
nodeInit(options);
29
configureScope(scope => {
30
scope.setTag('runtime', 'node');
0 commit comments