Skip to content
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

Fix error reporting missing stack trace due to using fmt.Errorf rather than errors.Errorf #450

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

amitlicht
Copy link
Contributor

Description

Replace usage of fmt.Errorf with our internal errors.Errorf implementation, to ensure that errors are reported with full stack traces.

@amitlicht amitlicht marked this pull request as ready for review July 2, 2024 06:36
@amitlicht amitlicht requested a review from orishoshan July 2, 2024 06:36
@amitlicht amitlicht merged commit ad0a9d8 into main Jul 2, 2024
15 checks passed
@amitlicht amitlicht deleted the amitlicht/replace_fmt_err_with_errors branch July 2, 2024 06:50
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants