Skip to content

Commit

Permalink
core(proto): add errorStack to AuditResult (#15187)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Jul 7, 2023
1 parent 9fd24a3 commit 477c876
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/lighthouse-result.proto
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ message AuditResult {
// The unit of the numeric_value field. Used to format the numeric value for
// display.
string numeric_unit = 12;

// Stacktrace of error, if any occurred while processing the audit.
string errorStack = 13;
}

// Message containing the i18n data for the LHR - Version 1
Expand Down

0 comments on commit 477c876

Please sign in to comment.