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(), ],