Change crashreport url to to backtrace.io

From now on, all crashreports will be submitted to backtrace.io url. Backtrace.io also requires a different set of annotations.
This commit is contained in:
Roland Rossgotterer
2018-12-11 13:31:03 +01:00
committed by Klaus Basan
parent 39a77d9c16
commit 08558a0803
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"crashReportServerUrl": {
"url": "http://crashreports.swift-project.org/crashreports"
"url": "http://swift-project.sp.backtrace.io:6097/"
},
"dbDebugFlag": false,
"dbHttpPort": 80,