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
Hello,
we are encountering issue with axios error that is thrown to application as unhandled rejection.
This happend in cases when Loggly itself has outage.
In the library is implemented logic that if customer don't provide custom callback, it will just console.log the error and do nothing else, if custom callback is provided, error is handled by this callback. But it is probably not working correctly and the rejction is still propagated to the application.
The text was updated successfully, but these errors were encountered:
Hello,
we are encountering issue with axios error that is thrown to application as unhandled rejection.
This happend in cases when Loggly itself has outage.
In the library is implemented logic that if customer don't provide custom callback, it will just console.log the error and do nothing else, if custom callback is provided, error is handled by this callback. But it is probably not working correctly and the rejction is still propagated to the application.
The text was updated successfully, but these errors were encountered: