From 8d3891f30f15dca82174e7a52752e260d925d011 Mon Sep 17 00:00:00 2001 From: goenning Date: Fri, 1 Sep 2023 16:28:53 +0100 Subject: [PATCH] use US server --- examples/next-with-approuter/src/app/layout.tsx | 2 +- examples/next-with-approuter/src/instrumentation.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'); }