diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c284c02..94f7943 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -50,7 +50,7 @@ export default function RootLayout({ } const body = document.querySelector('body') - if (body && !shouldCaptureAnalytics()) { + if (body) { // Create an Intersection Observer to detect when the body is in view const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => {