Skip to content

Commit 2d2d8c4

Browse files
bidi47alexmerlin
andauthored
Update docs/book/v5/core-features/error-reporting.md
Co-authored-by: Alex Karajos <alex.merlin.1985@gmail.com> Signed-off-by: bidi47 <bidi@apidemia.com>
1 parent a87296f commit 2d2d8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v5/core-features/error-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Below are the requirements for an application to be able to send error messages
4848

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

0 commit comments

Comments
 (0)