If you do not wish for Atatus to automatically capture performance metrics and errors, you can disable it as follows.

copy
icon/buttons/copy
atatus.uninstall()

If you particularly want to disable real user monitoring(RUM) feature, you can do the following.

copy
icon/buttons/copy
atatus.config('YOUR_API_KEY', { disableRUM: true }).install();