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
I want to capture and display errors/diagnostics to users.
Most of the library/API uses a Logger that eventually binds to window.console.debug. I've tried a few things to intercept this in-browser and cant get it to work. If I perform the request server-side, I can call the CLI and capture stdout (there isn't a stderr for errors), just not in the browser.
Is there a recommended way to get this info from the API?
The text was updated successfully, but these errors were encountered:
I want to capture and display errors/diagnostics to users.
Most of the library/API uses a Logger that eventually binds to window.console.debug. I've tried a few things to intercept this in-browser and cant get it to work. If I perform the request server-side, I can call the CLI and capture stdout (there isn't a stderr for errors), just not in the browser.
Is there a recommended way to get this info from the API?
The text was updated successfully, but these errors were encountered: