File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ The `oops.OopsError` builder must finish with either `.Errorf(...)`, `.Wrap(...)
251251| ` .Span(string) ` | ` err.Span() string ` | Add a span representing a unit of work or operation... (default: ULID) |
252252| ` .Hint(string) ` | ` err.Hint() string ` | Set a hint for faster debugging |
253253| ` .Owner(string) ` | ` err.Owner() (string) ` | Set the name/email of the collegue/team responsible for handling this error. Useful for alerting purpose |
254- | ` .User(string, any...) ` | ` err.User() (string, map[string] any) ` | Supply user id and a chain of key/value |
255- | ` .Tenant(string, any...) ` | ` err.Tenant() (string, map[string] any) ` | Supply tenant id and a chain of key/value |
254+ | ` .User(string, any...) ` | ` err.User() (string, any... ) ` | Supply user id and a chain of key/value |
255+ | ` .Tenant(string, any...) ` | ` err.Tenant() (string, any... ) ` | Supply tenant id and a chain of key/value |
256256| ` .Request(*http.Request, bool) ` | ` err.Request() *http.Request ` | Supply http request |
257257| ` .Response(*http.Response, bool) ` | ` err.Response() *http.Response ` | Supply http response |
258258
You can’t perform that action at this time.
0 commit comments