diff --git a/packages/nextjs/src/index.server.ts b/packages/nextjs/src/index.server.ts index 356e2c804e75..2a73d2e1bebd 100644 --- a/packages/nextjs/src/index.server.ts +++ b/packages/nextjs/src/index.server.ts @@ -22,6 +22,9 @@ export function init(options: NextjsOptions): void { options.integrations = [defaultRewriteFrames]; } + // Right now we only capture frontend sessions for Next.js + options.autoSessionTracking = false; + nodeInit(options); configureScope(scope => { scope.setTag('runtime', 'node');