Skip to content

Commit a87296f

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 d9d571b commit a87296f

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
@@ -46,7 +46,7 @@ return [
4646
Behind the scenes, the API validates your configuration and lets you know if any config items prevent the submission of the error report.
4747
Below are the requirements for an application to be able to send error messages to Dotkernel API.
4848

49-
- **Server-side requirements** stored in in `config/autoload/error-handling.global.php`; note these can be set/overwritten in `config/autoload/local.php`:
49+
- **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`.
5151
- The error reporting feature must be enabled via `ErrorReportServiceInterface::class` . `enabled` => `true`.
5252
- `ErrorReportServiceInterface::class` . `path` must have a value; if the destination file does not exist, it will be created automatically.

0 commit comments

Comments
 (0)