dfinity / agent-js

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.
https://agent-js.icp.xyz
Apache License 2.0
153 stars 95 forks source link

Add mode for showing all calls to IC #899

Open vporton opened 3 months ago

vporton commented 3 months ago

Is your feature request related to a problem? Please describe. I want to ensure that my software does no update calls when unnecessary.

Describe the solution you'd like I want IC Agent to output to browser console all calls, and specify their kind:

Moreover, I want this feature to be enabled only when a special flag is set when initializing Agent.

Describe alternatives you've considered Manually search in the source.

Additional context Add any other context or screenshots about the feature request here.