From baa926e47a7a28c11e9324da41de8bd0fa4a539c Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Wed, 15 Jul 2026 22:25:00 +0200 Subject: [PATCH] fix env var for faro --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index 7d92a62..59fe01d 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -20,7 +20,7 @@ if (window.location.hostname === "localhost" && isProduction) { app: { name: "monitor-im-flur", version: "0.0.1", - environment: "test", + environment: "production", }, instrumentations: [ ...getWebInstrumentations(),