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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Warning
Breaking Change
The Observer callback signature changed from func(Result) to func(context.Context, Result) in order to enable propagating span/trace IDs and other per-request observability signals via the request's context. See #267 for details.
What's Changed
middleware: add request context to Observer callback by @mccutchen in #267