diff --git a/examples/next-with-approuter/src/app/layout.tsx b/examples/next-with-approuter/src/app/layout.tsx index 051d90f..45bb50c 100644 --- a/examples/next-with-approuter/src/app/layout.tsx +++ b/examples/next-with-approuter/src/app/layout.tsx @@ -4,7 +4,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( - {children} + {children} ); diff --git a/examples/next-with-approuter/src/instrumentation.ts b/examples/next-with-approuter/src/instrumentation.ts index 5232de9..dccbed3 100644 --- a/examples/next-with-approuter/src/instrumentation.ts +++ b/examples/next-with-approuter/src/instrumentation.ts @@ -1,5 +1,5 @@ import { init } from '@aptabase/nextjs/server'; export function register() { - init('A-DEV-0000000000'); + init('A-US-5431775171'); }