You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
debug
flag is enabled, log detailed information at various stages of SDK operations.This feature is essential to improve the developer experience and reduce the turnaround time for issue resolution.
Any References?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: