OSDN Git Service

[Feature] エラー情報をWebhookで送信する機能
authorHabu <habu1010+github@gmail.com>
Fri, 7 Jul 2023 11:31:24 +0000 (20:31 +0900)
committerHabu <habu1010+github@gmail.com>
Fri, 7 Jul 2023 12:53:31 +0000 (21:53 +0900)
commit1267462a1a38c00c84079abc504476e79de91308
tree28681c20527d724203fb004ea57887a98e05ac10
parentdaea602fc9991c37ba780cc227730f677a7e91fd
[Feature] エラー情報をWebhookで送信する機能

エラー情報をWebhookで送信する機能を実装する。Webhook送信先はDiscordの
Webhook URLを想定しており、https://hengband.github.io/api/report-error
より送信先URLを取得する。
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/net/report-error.cpp [new file with mode: 0644]
src/net/report-error.h [new file with mode: 0644]