By default, Atatus captures unhandled promise rejections as errors. If you don't want to report this error, then you can disable this by below option.
copy
atatus.config('YOUR_API_KEY', { reportUnhandledRejections: false }).install();
By default, Atatus captures unhandled promise rejections as errors. If you don't want to report this error, then you can disable this by below option.
atatus.config('YOUR_API_KEY', { reportUnhandledRejections: false }).install();