1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Update minidump upload token

This commit is contained in:
Michał Janiszewski
2018-10-19 22:32:15 +02:00
committed by Michał Janiszewski
parent 5ec03c7a4c
commit 98aded2bff

View File

@@ -45,7 +45,7 @@ const wchar_t* _wszArchitecture = WSZ(OPENRCT2_ARCHITECTURE);
static bool UploadMinidump(const wchar_t* dumpPath)
{
std::wstring url(
L"https://submit.backtrace.io/openrct2/e9e6d681fafdeac9f6131b4b59a155d54bebad567a8c0380d70643f4414819f5/minidump");
L"https://submit.backtrace.io/openrct2/f9c5e640d498f15dbe902eab3e822e472af9270d5b0cbdc269cee65a926bf306/minidump");
std::map<std::wstring, std::wstring> parameters;
std::map<std::wstring, std::wstring> files;
parameters[L"product_name"] = L"openrct2";