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
icon/buttons/copy
atatus.config('YOUR_API_KEY', { reportUnhandledRejections: false }).install();