mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Add error tracking overview and details to errors.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user