Skip to content

Commit 4e64a2c

Browse files
committed
fix: performanceTracker -> trackPerformance in telemetrySchema
1 parent 73d9466 commit 4e64a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telemetry/telemetrySchema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"type": "boolean",
6767
"description": "Set as true if the metric is emitted without any explicit user action."
6868
},
69-
"performanceTracking": {
69+
"trackPerformance": {
7070
"type": "boolean",
71-
"description": "Set as true if the metric should track run-time performance information."
71+
"description": "Set as true if the metric can track run-time performance information."
7272
}
7373
},
7474
"required": ["name", "description"]

0 commit comments

Comments
 (0)