# Ignoring Errors/Noise

We understand how important it is for you to get to the critical errors in your application on priority without having to surf through the unimportant or irrelevant ones.

Hence, by default, we do not capture errors and events from 3rd party APIs to reduce noise. Below is the list of patterns set up for your projects, from which errors are ignored. If you require errors or events to flow in from any of the below tools/APIs, please raise a [support ticket here](https://zipy.freshdesk.com/support/tickets/new) or use the chat widget in the Zipy application.

| mixpanel.com                                                                 |
| ---------------------------------------------------------------------------- |
| hotjar                                                                       |
| [smartlook.com](http://smartlook.com/)                                       |
| [newrelic.com](http://newrelic.com/)                                         |
| bugsnag                                                                      |
| fullstory                                                                    |
| [sentry.io](http://sentry.io/)                                               |
| [google-analytics.com](http://google-analytics.com/)                         |
| [bam.nr-data.net](http://bam.nr-data.net/)                                   |
| [wistia.com](http://wistia.com/)                                             |
| [amplitude.com](http://amplitude.com/)                                       |
| [segment.io](http://segment.io/)                                             |
| [pendo.io](http://pendo.io/)                                                 |
| raygun                                                                       |
| smartlook.cloud                                                              |
| [segment.com](http://segment.com/)                                           |
| [visualstudio.com](https://visualstudio.com/)                                |
| [agora.io](http://agora.io/)                                                 |
| [agoraio.cn](http://agoraio.cn/)                                             |
| [kinesis.ap-south-1.amazonaws.com](http://kinesis.ap-south-1.amazonaws.com/) |
| /tstagmanager/triggers/scripts                                               |
| [stats.g.doubleclick.net](http://stats.g.doubleclick.net/)                   |
| adsbygoogle                                                                  |
| [pagead2.googlesyndication.com](http://pagead2.googlesyndication.com/)       |

**In addition to these, if you want Zipy to ignore errors from any additional URL/Text patterns, you can add those patterns in** [**Error Settings**](https://app.zipy.ai/abc/00/error-settings) **of your project.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zipy.ai/configure/ignoring-errors-noise.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
