diff --git a/src/App.tsx b/src/App.tsx index f678104..94c4805 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,16 +14,14 @@ function App() { if (window.location.hostname === "localhost" && isProduction) { initializeFaro({ - url: "http://alloy:8027/collect", + url: "http://alloy:12347/collect", app: { name: "monitor-im-flur", version: "0.0.1", environment: "production", }, instrumentations: [ - ...getWebInstrumentations({ - captureConsole: true, - }), + ...getWebInstrumentations(), new ConsoleInstrumentation(), new WebVitalsInstrumentation(), new ReactIntegration(),