From 7aeaf508e3afb5680481179a593ac533c56fdd07 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 23 Jan 2023 20:57:45 -0600 Subject: [PATCH] Update endpoint --- common/crash.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/crash.cpp b/common/crash.cpp index d432d9116..e5d4d993b 100644 --- a/common/crash.cpp +++ b/common/crash.cpp @@ -23,8 +23,8 @@ void SendCrashReport(const std::string &crash_report) { // can configure multiple endpoints if need be std::vector endpoints = { - "http://spire.akkadius.com/api/v1/server-crash-report", -// "http://localhost:3010/api/v1/server-crash-report", // development + "http://spire.akkadius.com/api/v1/analytics/server-crash-report", +// "http://localhost:3010/api/v1/analytics/server-crash-report", // development }; auto config = EQEmuConfig::get(); @@ -201,7 +201,7 @@ LONG WINAPI windows_exception_handler(EXCEPTION_POINTERS *ExceptionInfo) if(EXCEPTION_STACK_OVERFLOW != ExceptionInfo->ExceptionRecord->ExceptionCode) { - EQEmuStackWalker sw; + EQEmuStackWalker sw; sw.ShowCallstack(GetCurrentThread(), ExceptionInfo->ContextRecord); if (RuleB(Analytics, CrashReporting)) {