File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ void SendCrashReport(const std::string &crash_report)
23
23
{
24
24
// can configure multiple endpoints if need be
25
25
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
28
28
};
29
29
30
30
auto config = EQEmuConfig::get ();
@@ -201,7 +201,7 @@ LONG WINAPI windows_exception_handler(EXCEPTION_POINTERS *ExceptionInfo)
201
201
202
202
if (EXCEPTION_STACK_OVERFLOW != ExceptionInfo->ExceptionRecord ->ExceptionCode )
203
203
{
204
- EQEmuStackWalker sw;
204
+ EQEmuStackWalker sw;
205
205
sw.ShowCallstack (GetCurrentThread (), ExceptionInfo->ContextRecord );
206
206
207
207
if (RuleB (Analytics, CrashReporting)) {
You can’t perform that action at this time.
0 commit comments