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

Add tracing with the tracing crate #251

Open
MarcGuiselin opened this issue Nov 20, 2023 · 0 comments
Open

Add tracing with the tracing crate #251

MarcGuiselin opened this issue Nov 20, 2023 · 0 comments

Comments

@MarcGuiselin
Copy link
Contributor

Debugging the beast that is the Polywrap ecosystem is frankly quite a pain.

It's difficult to track down what happens when invoking a wrap. There should be events logged at all steps: resolution, fetching wraps, invocation, sub-invocation etc.

Since sub-invokes can go quite deep, a crate like tracing-tree can help by visualizing the tree of invokes.

A nice to have feature would be for the client to also log parsed (human readable) invoke params and responses sent between wraps when tracing is enabled.

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