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

Improve debugability of web SDK #169

Open
banool opened this issue May 21, 2022 · 0 comments
Open

Improve debugability of web SDK #169

banool opened this issue May 21, 2022 · 0 comments
Labels
enhancement New feature or request web Specific for web

Comments

@banool
Copy link
Collaborator

banool commented May 21, 2022

Currently when a call on web fails you pretty much just get the HTTP status code and a stack trace. It would be nice to be able to see what the response was. In the functions that handle auth in the web SDK we catch DioError and print something better than the default, but we don't do that for the rest of the endpoints. We should.

@banool banool added the enhancement New feature or request label May 21, 2022
@fotiDim fotiDim added the web Specific for web label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web Specific for web
Projects
None yet
Development

No branches or pull requests

2 participants