bla bli blub

This commit is contained in:
2026-07-12 11:46:47 +02:00
parent 78b1c05b36
commit 717da1eb8f
+2 -2
View File
@@ -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(),
],