Skip to content

Comments

operator: Return errors with stacktrace#573

Merged
RafalKorepta merged 1 commit intomainfrom
rk/return-errors-with-stack
Mar 27, 2025
Merged

operator: Return errors with stacktrace#573
RafalKorepta merged 1 commit intomainfrom
rk/return-errors-with-stack

Conversation

@RafalKorepta
Copy link
Contributor

During debuging of fullnameOverride the error was too general to reason about
the place where it happen. This change replace almost all naked err case with
errors.WithStack(err).

During debuging of fullnameOverride the error was too general to reason about
the place where it happen. This change replace almost all naked `err` case with
`errors.WithStack(err)`.
@RafalKorepta RafalKorepta enabled auto-merge (rebase) March 27, 2025 14:12
@RafalKorepta
Copy link
Contributor Author

@chrisseto Do you want this change to backport too?

@RafalKorepta RafalKorepta merged commit bc0bdeb into main Mar 27, 2025
13 of 14 checks passed
@chrisseto
Copy link
Contributor

If easy, yes please

@RafalKorepta
Copy link
Contributor Author

💔 Some backports could not be created

Status Branch Result
release/v25.1.x Cherrypick failed because the selected commit (bc0bdeb) is empty. Did you already backport this commit?
release/v2.4.x
release/v2.3.x

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

backport --pr 573

Questions ?

Please refer to the Backport tool documentation

@RafalKorepta RafalKorepta deleted the rk/return-errors-with-stack branch March 28, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants