From dd0de9b32dae4e7a5f56257f1d903ae8c9d200d6 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 12 Jul 2026 11:26:11 +0200 Subject: [PATCH] bla bli blub --- src/App.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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(),