+
+ ⚠️ Error boundary triggered - rendering children anyway
+
+ {this.props.children}
+
+ );
+ }
+ // In production, just render children silently
+ return this.props.children;
}
return this.props.children;
diff --git a/lib/useWebVitals.ts b/lib/useWebVitals.ts
index 505fbc1..072ba11 100644
--- a/lib/useWebVitals.ts
+++ b/lib/useWebVitals.ts
@@ -206,12 +206,14 @@ export const useWebVitals = () => {
useEffect(() => {
if (typeof window === 'undefined') return;
- // Store web vitals for batch sending
- const webVitals: Record