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
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
I had a look at the package's code and I think that In some cases the package can cause an unhandledRejection error. For examplee, in case of a downtime on Segment servers.
I simulated it by changing the code and throwing an error inside the then clause of the flush function:
Tested it an indeed I got [ERROR] - unhandledRejection: Error: test an error
This kind of error might result in a server crush and using try/catch wont help either so am I missing here something? Is there a way to avoid that error? Or maybe my case can't really happen in reality?