[Crash Reporting] Update Spire to use SSL (#4055)

This commit is contained in:
Chris Miles
2024-02-10 04:43:37 -06:00
committed by GitHub
parent 718a157c06
commit 58287b6539
+1 -1
View File
@@ -23,7 +23,7 @@ void SendCrashReport(const std::string &crash_report)
{
// can configure multiple endpoints if need be
std::vector<std::string> endpoints = {
"http://spire.akkadius.com/api/v1/analytics/server-crash-report",
"https://spire.akkadius.com/api/v1/analytics/server-crash-report",
// "http://localhost:3010/api/v1/analytics/server-crash-report", // development
};