From 3e7463b9da21a53dd9e7c999b8451800570bf5f7 Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Fri, 7 Jan 2022 22:06:47 -0500 Subject: [PATCH] Include Error ID in issue creation. Fix #475 --- src/utils/formatErrorLogEntry.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/formatErrorLogEntry.ts b/src/utils/formatErrorLogEntry.ts index ecff4d45..af0c5ec5 100644 --- a/src/utils/formatErrorLogEntry.ts +++ b/src/utils/formatErrorLogEntry.ts @@ -29,6 +29,7 @@ export default function formatErrorLogEntry( }; } return `# Error Details +- Error ID: **${item.id}** - Error Type: **${item.type}** - Error Name: **${item.errorName}** - Error Message: **${item.errorDescription || "None"}**