mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Update backtrace token for upcoming release
This commit is contained in:
committed by
GitHub
parent
a8f8f06e2d
commit
c8fbffa0e2
@@ -61,7 +61,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=bbafef6546d0845da6751ea6c28763a749883d94a371d56904a629e73f3b8910");
|
||||
L"post?format=minidump&token=f829cb776b98abbc18e14f2bf4a775653d13359039330fa5f0c2ee8b1054865b");
|
||||
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