Skip to content

Conversation

@crbelaus
Copy link
Contributor

@crbelaus crbelaus commented Jul 22, 2024

Including the error reason among the fingerprinted parameters caused wrong error grouping in certain scenarios such as accessing not-existing map fields.

This pull request stores only the original reason in the error itself and then records each occurrence reason. This ensures that errors are grouped together even though the reason has slight changes.

I am not sure if it is worth to keep the reason in the error itself, but we can always remove it later so this doesn't have to be decided now.

Closes #15

@crbelaus crbelaus self-assigned this Jul 22, 2024
@odarriba odarriba merged commit 5729824 into main Jul 26, 2024
@odarriba odarriba deleted the improve-error-grouping branch July 26, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve error grouping

3 participants