Skip to content

Commit 66b655a

Browse files
committed
chore: add gaMetricsURL for electron
1 parent b44ed39 commit 66b655a

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

src-electron/config-prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"identifier": "io.phcode",
33
"stage": "production",
4-
"productName": "Phoenix Code"
4+
"productName": "Phoenix Code",
5+
"gaMetricsURL": "https://phcode.dev/desktop-metrics.html"
56
}

src-electron/config-staging.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"identifier": "io.phcode.staging",
33
"stage": "stage",
4-
"productName": "Phoenix Code Pre-release"
4+
"productName": "Phoenix Code Pre-release",
5+
"gaMetricsURL": "https://staging.phcode.dev/desktop-metrics.html"
56
}

src-electron/config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"identifier": "io.phcode.dev",
3-
"phoenixLoadURL": "http://localhost:8000/src/",
43
"stage": "dev",
5-
"trustedElectronDomains": ["phtauri://localhost/", "https://phcode.dev/"],
64
"version": "5.0.5",
7-
"productName": "Phoenix Code Experimental Build"
5+
"productName": "Phoenix Code Experimental Build",
6+
"phoenixLoadURL": "http://localhost:8000/src/",
7+
"trustedElectronDomains": ["phtauri://localhost/", "https://phcode.dev/"],
8+
"gaMetricsURL": "http://localhost:8000/src/desktop-metrics.html"
89
}

0 commit comments

Comments
 (0)