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"}**