Differentiate unhandled errors in telemetry

This commit is contained in:
Henry Mercer
2026-01-23 10:39:51 +00:00
parent 529c266223
commit edebb7861e
9 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -89840,8 +89840,8 @@ async function sendUnhandledErrorStatusReport(actionName, actionStartedAt, error
void 0,
void 0,
logger,
void 0,
getErrorMessage(error3)
`Unhandled error: ${getErrorMessage(error3)}`,
error3 instanceof Error ? error3.stack : void 0
);
if (statusReport !== void 0) {
await sendStatusReport(statusReport);