Stop losing sleep over production bugs. Revi captures every error, records user sessions, and provides the context you need to fix issues fast.
From React apps to Node.js APIs, see exactly what happened when your users encountered problems.
Catch and resolve errors before they impact users with intelligent monitoring
See exactly what users experienced when errors occurred
Track Core Web Vitals and optimize user experience automatically
1import "./globals.css";
2import Navigation from "@/components/Navigation";
3import ReviProvider from "@/components/ReviProvider";
4
5export default function RootLayout({
6 children,
7}: Readonly<{
8 children: React.ReactNode;
9}>) {
10 return (
11 <html lang="en">
12 <body
13 className={'antialiased'}
14 >
15 <ReviProvider>
16 <div className="min-h-screen bg-gray-50">
17 <Navigation />
18 <main>
19 {children}
20 </main>
21 </div>
22 </ReviProvider>
23 </body>
24 </html>
25 );
26}
27
28Catch frontend errors before your users do. See exactly what happened with complete session replays and real-time error tracking.

Complete error tracking and session replay dashboard

Watch user interactions

Track and analyze errors in real-time
Capture and monitor frontend errors in real-time with detailed stack traces and context.
Watch exactly what users experienced when errors occurred with complete session playback.
Built with privacy in mind, mask sensitive data and maintain GDPR compliance.
Get started in minutes with our lightweight SDK and intuitive dashboard interface.
Advanced error monitoring system. Instantly detect and resolve issues.
See exactly what users experienced when errors occurred.
99.99% Uptime
Track Core Web Vitals and application performance. Optimize user experience in real-time.