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

Faster OopsError chain traversal #21

Open
samber opened this issue Aug 11, 2024 · 0 comments
Open

Faster OopsError chain traversal #21

samber opened this issue Aug 11, 2024 · 0 comments

Comments

@samber
Copy link
Owner

samber commented Aug 11, 2024

Currently, we traverse the chain of errors from the latest to deepest for merging data into a single structure.

We walk across the errors recursively for each field. It would be faster to do it once.

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

No branches or pull requests

1 participant