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
@@ -94421,8 +94421,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);
|
||||
|
||||
Generated
+2
-2
@@ -88893,8 +88893,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);
|
||||
|
||||
Generated
+2
-2
@@ -130784,8 +130784,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);
|
||||
|
||||
Generated
+2
-2
@@ -92258,8 +92258,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);
|
||||
|
||||
Generated
+2
-2
@@ -88513,8 +88513,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);
|
||||
|
||||
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);
|
||||
|
||||
Generated
+2
-2
@@ -104677,8 +104677,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);
|
||||
|
||||
Generated
+2
-2
@@ -91070,8 +91070,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