Enables user to self-host their own Sentry, and updates Privacy docs

This commit is contained in:
Alicia Sykes
2021-08-08 18:36:54 +01:00
parent f85dbe42f2
commit c18fbe2379
5 changed files with 14 additions and 2 deletions

View File

@@ -263,6 +263,10 @@
"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."
},
"sentryDsn": {
"type": "string",
"description": "The DSN to your self-hosted Sentry server, if you need to collect bug reports. Only used if enableErrorReporting is enabled"
}
},
"additionalProperties": false