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
We are currently using the Conversation javascript SDK (@twilio/[email protected]) on our desktop (electron) app.
The problem is that we get many uncaught errors originating from 'twilsock' when a laptop is resumed after a period of sleep.
We want to be able to catch these errors or we want the SDK to log them rather than throwing/rejecting in a way that we cannot catch. Could you please advise on how to handle these errors? It's currently flooding our error monitoring system.
The text was updated successfully, but these errors were encountered:
We are currently using the Conversation javascript SDK (@twilio/[email protected]) on our desktop (electron) app.
The problem is that we get many uncaught errors originating from 'twilsock' when a laptop is resumed after a period of sleep.
We want to be able to catch these errors or we want the SDK to log them rather than throwing/rejecting in a way that we cannot catch. Could you please advise on how to handle these errors? It's currently flooding our error monitoring system.
The text was updated successfully, but these errors were encountered: