From 717da1eb8fe43244f462198cda1ff47ae27e28a7 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 12 Jul 2026 11:46:47 +0200 Subject: [PATCH] bla bli blub --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5d764ee..6728bbf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ function App() { app: { name: "monitor-im-flur", version: "0.0.1", - environment: "production", + environment: "test", }, instrumentations: [ ...getWebInstrumentations(), @@ -29,7 +29,7 @@ function App() { ], transports: [ new FetchTransport({ - url: "http://alloy:12347/collect", + url: "http://192.168.2.51:12347/collect", }), new ConsoleTransport(), ],