# Error Tracking and Uptime

This category covers error monitoring, uptime checking, and API testing platforms. These tools detect application errors, service outages, and failing health checks — and send alerts to ITOC360 so the responsible engineer is notified the moment something goes wrong.

***

### Integrations in this category

| Integration       | What it monitors                                                | Alert delivery |
| ----------------- | --------------------------------------------------------------- | -------------- |
| **Sentry**        | Application exceptions, performance regressions, release health | Webhook        |
| **Rollbar**       | Real-time error tracking across web and mobile applications     | Webhook        |
| **Pingdom**       | Website uptime, page speed, transaction monitoring              | Webhook        |
| **StatusCake**    | Uptime, SSL expiry, page speed, and domain monitoring           | Webhook        |
| **Postman**       | API monitor test failures, response time thresholds             | Webhook        |
| **Statuspage.io** | Public status page incidents and component degradations         | Webhook        |

***

### How it works

Error tracking and uptime tools run continuous checks against your applications, endpoints, and APIs. When a check fails, an error threshold is exceeded, or a service goes down, the tool sends an alert to your ITOC360 Source webhook URL. ITOC360 routes the alert through your escalation policy and notifies the on-call engineer so they can respond before users are impacted.

{% hint style="info" %}
ITOC360 generates a unique webhook URL per Source. Go to **Management > Sources**, create a Source, and paste the webhook URL into your tool's alert notification settings.
{% endhint %}

***

### Get started


---

# 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.itoc360.com/integrations/inbound-integrations/error-tracking-and-uptime.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.
