grpcerr/v1.2.0
Frame-placement improvement (ROADMAP §4). Requires core v1.2.0.
- Changed
FromError/FromStatusrecord the frame at their caller
(via core's newWrapSkip(1)), so traces start where the wire error
entered your code. The documented workaround — "the frame points inside
grpcerr; wrap the result at the call site" — is retired; an existing
errtrail.Wrapat the call site keeps working and simply adds one more
frame. Requires core ≥ v1.2.0.