fix env var for faro

This commit is contained in:
2026-07-15 22:25:00 +02:00
parent b31320af33
commit baa926e47a
+1 -1
View File
@@ -20,7 +20,7 @@ if (window.location.hostname === "localhost" && isProduction) {
app: { app: {
name: "monitor-im-flur", name: "monitor-im-flur",
version: "0.0.1", version: "0.0.1",
environment: "test", environment: "production",
}, },
instrumentations: [ instrumentations: [
...getWebInstrumentations(), ...getWebInstrumentations(),