bla bli blub

This commit is contained in:
2026-07-12 11:26:11 +02:00
parent ca5df49e0c
commit dd0de9b32d
+2 -4
View File
@@ -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(),