If you do not wish for Atatus to automatically capture performance metrics and errors, you can disable it as follows.
copy
atatus.uninstall()
If you particularly want to disable real user monitoring(RUM) feature, you can do the following.
copy
atatus.config('YOUR_API_KEY', { disableRUM: true }).install();