bla bli blub
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@ function App() {
|
|||||||
app: {
|
app: {
|
||||||
name: "monitor-im-flur",
|
name: "monitor-im-flur",
|
||||||
version: "0.0.1",
|
version: "0.0.1",
|
||||||
environment: "production",
|
environment: "test",
|
||||||
},
|
},
|
||||||
instrumentations: [
|
instrumentations: [
|
||||||
...getWebInstrumentations(),
|
...getWebInstrumentations(),
|
||||||
@@ -29,7 +29,7 @@ function App() {
|
|||||||
],
|
],
|
||||||
transports: [
|
transports: [
|
||||||
new FetchTransport({
|
new FetchTransport({
|
||||||
url: "http://alloy:12347/collect",
|
url: "http://192.168.2.51:12347/collect",
|
||||||
}),
|
}),
|
||||||
new ConsoleTransport(),
|
new ConsoleTransport(),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user