There is an option to whitelist domains in Atatus configuration, and atatus will only transmit error and performance metrics only from these domains. The whitelist domain configuration accepts the list of domains as an array of strings:

atatus.config('YOUR_API_KEY', { allowedDomains: ['www.acme.com', 'api.acme.com', 'api.other.com'] }).install();