Skip to content

Commit

Permalink
Update docs/book/v5/core-features/error-reporting.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Karajos <[email protected]>
Signed-off-by: bidi47 <[email protected]>
  • Loading branch information
bidi47 and alexmerlin authored Aug 30, 2024
1 parent a87296f commit 2d2d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v5/core-features/error-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Below are the requirements for an application to be able to send error messages

- **Server-side requirements** stored in `config/autoload/error-handling.global.php` (these can be set/overwritten in `config/autoload/local.php`):
- All keys (`enabled`, `path`, `tokens`, `domain_whitelist` and `ip_whitelist`) must exist under `ErrorReportServiceInterface::class`.
- The error reporting feature must be enabled via `ErrorReportServiceInterface::class` . `enabled` => `true`.
- The error reporting feature must be enabled by setting `ErrorReportServiceInterface::class` . `enabled` to `true`.
- `ErrorReportServiceInterface::class` . `path` must have a value; if the destination file does not exist, it will be created automatically.
- `ErrorReportServiceInterface::class` . `tokens` must contain at least one token.
- At least one of `ErrorReportServiceInterface::class` . `domain_whitelist`/`ip_whitelist` must have at least one value.
Expand Down

0 comments on commit 2d2d8c4

Please sign in to comment.