Skip to content

Commit

Permalink
Made ErrorReporting an optional component which raises information wa…
Browse files Browse the repository at this point in the history
…rning if error_reporting=true and an HTTP client is not found.
  • Loading branch information
asgrim committed Nov 9, 2021
1 parent 413cb8a commit 3971880
Show file tree
Hide file tree
Showing 6 changed files with 766 additions and 681 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"ext-zlib": "*",
"php-http/discovery": "^1.14",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
Expand Down Expand Up @@ -45,7 +44,10 @@
"suggest": {
"composer-runtime-api": "Composer v2 is required for seeing version information in metadata",
"ext-scoutapm": "Recommended for additional recording capability of IO-bound PHP internal functions",
"ext-mongodb": "Required for instrumentation of MongoDB"
"ext-mongodb": "Required for instrumentation of MongoDB",
"psr/http-client-implementation": "Required for Scout Error Reporting",
"psr/http-factory-implementation": "Required for Scout Error Reporting",
"psr/http-message-implementation": "Required for Scout Error Reporting"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3971880

Please sign in to comment.