Skip to content

Commit 39dc06a

Browse files
committed
fix: trackPerformance schema should indicate default is failed
1 parent 59697b2 commit 39dc06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/telemetrySchema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"trackPerformance": {
7070
"type": "boolean",
71-
"description": "Set as true if the metric can track run-time performance information."
71+
"description": "Set as true if the metric can track run-time performance information. Default=false"
7272
}
7373
},
7474
"required": ["name", "description"]

0 commit comments

Comments
 (0)