docs: Add error tracking overview and details to errors.md

This commit is contained in:
Oliver
2025-04-22 18:39:37 +02:00
parent c3e710a86c
commit cd9872dcf2

View File

@@ -3,4 +3,20 @@ icon: dot
order: 300
---
TODO
# Errors
Our analytics platform supports error and exception tracking across all projects.
Errors are structured records of exceptions that occur in your applications.
They help you **debug**, **monitor stability**, and **gain insights into failure patterns**.
## What is an Error?
An **error** represents a crash, exception, or runtime issue that happened inside an application. It includes:
- A **timestamp**
- The **exception class** (e.g. `NullPointerException`)
- The **exception message**
- The **stack trace**
- Optional **custom properties** for extra context