mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Differentiate unhandled errors in telemetry
This commit is contained in:
Generated
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user