Replace Backtrace token for v0.3.2

This commit is contained in:
Aaron van Geffen 2020-11-01 10:18:23 +01:00
parent 267de7cd2a
commit 89cc45908f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static bool UploadMinidump(const std::map<std::wstring, std::wstring>& files, in
wprintf(L"files[%s] = %s\n", file.first.c_str(), file.second.c_str());
}
std::wstring url(L"https://openrct2.sp.backtrace.io:6098/"
L"post?format=minidump&token=e374355abe60423e4aa417f84162342e5a089d2f9783bf6b74a1d6915ba0635d");
L"post?format=minidump&token=98675313b384d2fb1d3d3ce8ad9cab3ed61b9e08186ae47b0e3342adc3ff0714");
std::map<std::wstring, std::wstring> parameters;
parameters[L"product_name"] = L"openrct2";
// In case of releases this can be empty