bla bli blub
This commit is contained in:
+2
-4
@@ -14,16 +14,14 @@ function App() {
|
|||||||
|
|
||||||
if (window.location.hostname === "localhost" && isProduction) {
|
if (window.location.hostname === "localhost" && isProduction) {
|
||||||
initializeFaro({
|
initializeFaro({
|
||||||
url: "http://alloy:8027/collect",
|
url: "http://alloy:12347/collect",
|
||||||
app: {
|
app: {
|
||||||
name: "monitor-im-flur",
|
name: "monitor-im-flur",
|
||||||
version: "0.0.1",
|
version: "0.0.1",
|
||||||
environment: "production",
|
environment: "production",
|
||||||
},
|
},
|
||||||
instrumentations: [
|
instrumentations: [
|
||||||
...getWebInstrumentations({
|
...getWebInstrumentations(),
|
||||||
captureConsole: true,
|
|
||||||
}),
|
|
||||||
new ConsoleInstrumentation(),
|
new ConsoleInstrumentation(),
|
||||||
new WebVitalsInstrumentation(),
|
new WebVitalsInstrumentation(),
|
||||||
new ReactIntegration(),
|
new ReactIntegration(),
|
||||||
|
|||||||
Reference in New Issue
Block a user