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
It seems that if you call the setConfiguration method there is no easy way to capture errors such as network down or authentication issues. There should be a promise or callback or some way of checking if there is an error. Errors don’t bubble up either so we aren’t unable to wrap in a try catch block they simply write out to console.error
Thoughts?
Peter
The text was updated successfully, but these errors were encountered:
Hi,
It seems that if you call the setConfiguration method there is no easy way to capture errors such as network down or authentication issues. There should be a promise or callback or some way of checking if there is an error. Errors don’t bubble up either so we aren’t unable to wrap in a try catch block they simply write out to console.error
Thoughts?
Peter
The text was updated successfully, but these errors were encountered: