From baedf4343bcc98eb49178557463fbe3fe7d71815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Thu, 26 Feb 2026 19:49:38 +0100 Subject: [PATCH] chore: enable session replay --- apps/public/package.json | 2 +- apps/public/src/app/layout.tsx | 3 +++ pnpm-lock.yaml | 26 ++++++++++++++++++++------ 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/apps/public/package.json b/apps/public/package.json index 92f0f888..0a5fee3f 100644 --- a/apps/public/package.json +++ b/apps/public/package.json @@ -20,7 +20,7 @@ "@opennextjs/cloudflare": "^1.16.5", "@openpanel/common": "workspace:*", "@openpanel/geo": "workspace:*", - "@openpanel/nextjs": "^1.1.1", + "@openpanel/nextjs": "^1.2.0", "@openpanel/payments": "workspace:^", "@openpanel/sdk-info": "workspace:^", "@openstatus/react": "0.0.3", diff --git a/apps/public/src/app/layout.tsx b/apps/public/src/app/layout.tsx index d6fe60df..124aa833 100644 --- a/apps/public/src/app/layout.tsx +++ b/apps/public/src/app/layout.tsx @@ -42,6 +42,9 @@ export default function Layout({ children }: { children: React.ReactNode }) { {process.env.NEXT_PUBLIC_OP_CLIENT_ID && (