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
@@ -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);
+2 -2
View File
@@ -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);
+2 -2
View File
@@ -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);
+2 -2
View File
@@ -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);
+2 -2
View File
@@ -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);
+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);
+2 -2
View File
@@ -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);
+2 -2
View File
@@ -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);