Add event name to status report

This commit is contained in:
Henry Mercer 2024-02-26 19:36:37 +00:00
parent e4a536270d
commit 60465730fb
24 changed files with 83 additions and 38 deletions

View file

@ -114,6 +114,7 @@ async function sendCompletedStatusReport(
startedAt,
undefined,
await checkDiskUsage(logger),
logger,
error?.message,
error?.stack,
);
@ -232,6 +233,7 @@ async function run() {
startedAt,
undefined,
await checkDiskUsage(logger),
logger,
),
);
@ -315,6 +317,7 @@ async function run() {
startedAt,
config,
await checkDiskUsage(),
logger,
error.message,
error.stack,
),