Skip to content

Commit 477c876

Browse files
authored
core(proto): add errorStack to AuditResult (#15187)
1 parent 9fd24a3 commit 477c876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

proto/lighthouse-result.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ message AuditResult {
379379
// The unit of the numeric_value field. Used to format the numeric value for
380380
// display.
381381
string numeric_unit = 12;
382+
383+
// Stacktrace of error, if any occurred while processing the audit.
384+
string errorStack = 13;
382385
}
383386

384387
// Message containing the i18n data for the LHR - Version 1

0 commit comments

Comments
 (0)