diff --git a/apps/webapp/app/layout.tsx b/apps/webapp/app/layout.tsx index be22dab..b57976c 100644 --- a/apps/webapp/app/layout.tsx +++ b/apps/webapp/app/layout.tsx @@ -5,6 +5,7 @@ import "./globals.css"; import { Toaster } from "@/components/ui/toaster"; import { ErrorBoundary } from "@/components/error/ErrorBoundary"; import { ErrorProvider, setupGlobalErrorHandling } from "@/components/error/ErrorProvider"; +import { EnvironmentLogger } from "@/components/debug/EnvironmentLogger"; // Set up global error handling and performance monitoring if (typeof window !== 'undefined') { @@ -48,6 +49,7 @@ export default function RootLayout({ return (
+