Closed julienrbrt closed 1 year ago
Display error stack when using .Fields(). Right now, even if the ErrorStackMarshaler is set, the stack will not be displayed if there is an error in the Fields() values but only when using Err().
.Fields()
ErrorStackMarshaler
Gentle bump @rs. Is that something that could be added?
Display error stack when using
.Fields()
. Right now, even if theErrorStackMarshaler
is set, the stack will not be displayed if there is an error in the Fields() values but only when using Err().