bla bli blub
This commit is contained in:
+2
-2
@@ -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(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user