mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Replace Backtrace token for v0.3.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user