-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api,ui): improve error and display request id in ui #5225
Conversation
@@ -937,7 +970,7 @@ func (e *MultiError) Append(err error) { | |||
e.Append((*mError)[i]) | |||
} | |||
} else { | |||
*e = append(*e, err) | |||
*e = append(*e, WithStack(err)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include the multiError Append in the stack of each function may be annoying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a filter on func name in the print of the log call stack to ignore it.
CDS Report build-all-cds#13450.0 ✘
|
cb73346
to
9e2d10e
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
@ovh/cds