Add support for crash reporting via sentry and change the send_crash_reports key
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"include_asn": true,
|
||||
"include_gps": true,
|
||||
"upload_results": true,
|
||||
"send_crash_reports": true
|
||||
},
|
||||
"notifications": {
|
||||
"enabled": true,
|
||||
@@ -58,6 +57,7 @@
|
||||
},
|
||||
"advanced": {
|
||||
"include_country": true,
|
||||
"use_domain_fronting": false
|
||||
"use_domain_fronting": false,
|
||||
"send_crash_reports": true
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user