diff --git a/src/App.tsx b/src/App.tsx index e0debd2..1a8a02d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,7 +10,7 @@ import Dashboard from "@/components/Dashboard/Dashboard"; function App() { const isProduction = import.meta.env.PROD; - if (isProduction) { + if (isProduction && window.location.hostname === "localhost") { console.debug("Initializing Faro environment..."); initializeFaro({