Offer opt in to usage and error reporting during install (#13906)

and on the about page
This commit is contained in:
Tony Murray
2022-12-15 19:52:22 -06:00
committed by GitHub
parent 510f9d340d
commit 8ea3f5cd06
19 changed files with 336 additions and 192 deletions

View File

@@ -4866,6 +4866,16 @@
"type": "boolean"
},
"reporting.dump_errors": {
"group": "system",
"section": "reporting",
"order": 1,
"default": false,
"type": "boolean"
},
"reporting.usage": {
"group": "system",
"section": "reporting",
"order": 0,
"default": false,
"type": "boolean"
},