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

Save traces for large event/callback contexts separately #9

Open
antross opened this issue Aug 1, 2018 · 0 comments
Open

Save traces for large event/callback contexts separately #9

antross opened this issue Aug 1, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@antross
Copy link
Owner

antross commented Aug 1, 2018

Currently these events cannot be effectively compared if they occur in a slightly different order across traces (they just turn into big blocks of red).

Breaking them out into function calls and moving them either to a sorted order at the bottom of the trace or a separate file should help.

This way the out-of-order execution is still preserved, but turns into a single-line diff while the content of the handler block can now be independently compared.

@antross antross added the enhancement New feature or request label Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant