From 330939546d21099ee462c176e326de7856d5bcd1 Mon Sep 17 00:00:00 2001 From: abose Date: Sat, 7 Feb 2026 11:24:07 +0530 Subject: [PATCH] fix: in electron metrics was not being sent in dev builds --- src-electron/config-dev.json | 2 +- src-electron/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-electron/config-dev.json b/src-electron/config-dev.json index b2d784e..90dc03c 100644 --- a/src-electron/config-dev.json +++ b/src-electron/config-dev.json @@ -1,4 +1,4 @@ { "phoenixLoadURL": "phtauri://localhost/", - "gaMetricsURL": "phtauri://localhost/desktop-metrics.html" + "gaMetricsURL": "https://dev.phcode.dev/desktop-metrics.html" } diff --git a/src-electron/config.json b/src-electron/config.json index 22f1654..283a421 100644 --- a/src-electron/config.json +++ b/src-electron/config.json @@ -4,5 +4,5 @@ "productName": "Phoenix Code Experimental Build", "phoenixLoadURL": "phtauri://localhost/src/", "trustedElectronDomains": ["phtauri://localhost/", "https://phcode.dev/"], - "gaMetricsURL": "phtauri://localhost/src/desktop-metrics.html" + "gaMetricsURL": "http://localhost:8000/src/desktop-metrics.html" }