Add support for crash reporting via sentry and change the send_crash_reports key

This commit is contained in:
Arturo Filastò
2018-06-29 15:29:05 +02:00
parent b8dff783e1
commit d88764aa34
7 changed files with 72 additions and 19 deletions
+3 -3
View File
@@ -7,8 +7,7 @@
"include_ip": false,
"include_asn": true,
"include_gps": true,
"upload_results": true,
"send_crash_reports": true
"upload_results": true
},
"notifications": {
"enabled": true,
@@ -58,6 +57,7 @@
},
"advanced": {
"include_country": true,
"use_domain_fronting": false
"use_domain_fronting": false,
"send_crash_reports": true
}
}