Skip to content

Commit

Permalink
opt: edit md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed May 27, 2022
1 parent b7abad5 commit a74fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ composer require gaowei-space/error-handler -vvv
### 1. sentry
```php
$options = [
'report_level' => E_ALL,
'report_level' => E_ALL, // error report level
'display_errors' => true, // prite errors
'handler' => 'sentry', // sentry or logger
'sentry_options' => [
Expand Down

0 comments on commit a74fe24

Please sign in to comment.