Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit c7a9d35

Browse files
authored
Update workspaceMetrics.ts
1 parent a156586 commit c7a9d35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/metricConfigs/workspaceMetrics.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ const allowedMetrics: MetricsConfig = [
6565
{
6666
name: "workspaceState",
6767
allowedValues: ["unknown", "new", "existing"]
68+
},
69+
{
70+
name: "experimentalSyncBackend",
71+
allowedValues: ["true", "false"]
6872
}
6973
],
7074
protocol: "statsd"

0 commit comments

Comments
 (0)