Skip to content

Commit

Permalink
Added more info
Browse files Browse the repository at this point in the history
  • Loading branch information
BelleNottelling committed Oct 18, 2023
1 parent 3cd3bc1 commit 4f4e58e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/docs/faq/error-reporting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ Enabling error reporting on your FOSSBilling instance comes with multiple benefi

## What type of information is reported?

We try to focus only on what's important for improving the stability of FOSSBilling, specifically the following information is reported:
We try to focus only on what's important for improving the stability of FOSSBilling, specifically the following information is reported alongside the error itself:

- What the host OS is & what version it is.
- The PHP version in use.
- Fatal, parse, warning, notice, and depreciation errors in PHP.
- Exceptions thrown within FOSSBilling (with some exceptions for informational exceptions).
- The version of FOSSBilling that's in use.
- The unique instance ID for your FOSSBilling install.
- If applicable, the browser and OS information associated with the request that caused the error.
- When applicable, the browser and OS information associated with the request that caused the error.
- If we are able to detect it, what type of web-server that's being used.
- When applicable, the request URL that produced the error.
- Error-specific information such as the path where it occurred and the stacktrace associated with it.

## What is the instance ID and where do I find it?

Expand Down

0 comments on commit 4f4e58e

Please sign in to comment.