Navigate to the Settings Page
- In the dropdown to the right of the top navigation bar, click Sites.
- Select the site whose filters you want to change from the list.
- Make sure you are on the Settings tab.

There are four types of error report filters you can put in place.
- Console Errors When your JavaScript calls
console.error()
- Network Errors (Such as 400 errors.)
- Promise Rejections (Refer to MDN Web Docs.)
- Script Errors (List of JavaScript errors.)
Use the toggle switch to the left to turn reporting on or off for each type of error. Click the gear button to add or remove filter rules.
Add Filters

Only error reports that match the rules you specify will be reported.
- Any error reports which have already been reported, but do not match your rules, will not be displayed.
- Hawk will also modify the Hawk snippet script so that errors that do not match your rules will not be reported; this saves unnecessary network traffic for your users.
- For a complete list of available filter criteria, see here.
Other Options
Collect IP Address and Location Data allows you to prevent Hawk from collecting or transmitting any IP Address data. This may be necessary to comply with the GDPR in some situations.
Record Spiders lets you choose whether to generate recordings based on events caused by spiders. It does not affect whether that activity appears in your event feed. Search engines (such as Google) use spiders to automatically visit web pages to gather data. Since they do not represent actual users, you may choose not to expend your credits recording their activity.