Skip to content

Commit 7aeaf50

Browse files
committed
Update endpoint
1 parent 722260f commit 7aeaf50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/crash.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ void SendCrashReport(const std::string &crash_report)
2323
{
2424
// can configure multiple endpoints if need be
2525
std::vector<std::string> endpoints = {
26-
"http://spire.akkadius.com/api/v1/server-crash-report",
27-
// "http://localhost:3010/api/v1/server-crash-report", // development
26+
"http://spire.akkadius.com/api/v1/analytics/server-crash-report",
27+
// "http://localhost:3010/api/v1/analytics/server-crash-report", // development
2828
};
2929

3030
auto config = EQEmuConfig::get();
@@ -201,7 +201,7 @@ LONG WINAPI windows_exception_handler(EXCEPTION_POINTERS *ExceptionInfo)
201201

202202
if(EXCEPTION_STACK_OVERFLOW != ExceptionInfo->ExceptionRecord->ExceptionCode)
203203
{
204-
EQEmuStackWalker sw;
204+
EQEmuStackWalker sw;
205205
sw.ShowCallstack(GetCurrentThread(), ExceptionInfo->ContextRecord);
206206

207207
if (RuleB(Analytics, CrashReporting)) {

0 commit comments

Comments
 (0)