You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: render error types as strings in human log sink (#224)
`formatValue` checked `reflect.Struct` before checking the `error`
interface, so struct-typed errors like `context.DeadlineExceeded`
were serialized via `json.Marshal` as `{}` instead of their error
string.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
fix!: don't panic, only accept typed log Fields (#222)
* fix: don't panic, only accept typed log Fields
* slogtest errors if we fail to stringify a field value