🗃️ Adds 'enableErrorReporting' to schema and config docs

This commit is contained in:
Alicia Sykes
2021-08-01 12:19:31 +01:00
parent 5d0eaf4bca
commit db312a703c
2 changed files with 6 additions and 0 deletions

View File

@@ -258,6 +258,11 @@
"type": "boolean",
"default": false,
"description": "Prevents Dashy from checking for updates"
},
"enableErrorReporting": {
"type": "boolean",
"default": false,
"description": "Enable anonymous crash reports. This helps bugs be found and fixed, in order to make Dashy more stable. Reporting is off by default, and no data will EVER be collected without your explicit and active concent."
}
},
"additionalProperties": false