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

[FEATURE] Add Debug Mode to SDK for Enhanced Troubleshooting #86

Open
1 task done
himanshugarg06 opened this issue Oct 16, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@himanshugarg06
Copy link

Feature or Improvement Description

A method for users to troubleshoot and view logs when encountering issues.

Benefits & Outcomes

We need to implement a debug mode within the SDK to help users troubleshoot issues more efficiently. This feature will provide detailed logging, making it easier for developers to identify and resolve problems they encounter while using the SDK.

Add a debug flag in the SDK configuration.

  • When the debug flag is enabled, log detailed information at various stages of SDK operations.
  • Logs should include:
    • Requests and responses to/from the Bundlers/ paymasters.
    • Errors with detailed stack traces.
    • Function calls and their input/output.
  • Ensure logs are clear and informative.
  • Provide documentation or a guide on how to enable and use debug mode.

This feature is essential to improve the developer experience and reduce the turnaround time for issue resolution.

Any References?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct.
@himanshugarg06 himanshugarg06 added enhancement New feature or request good first issue Good for newcomers labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant