Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.08 KB

Sentry pre-configured PHP SDK

Monthly Downloads Latest Stable Version License

This is a metapackage shipping sentry/sentry with our recommend httpclient. If you are having troubles with our suggested http layer, please directly install sentry/sentry with the http client you prefer.

Currently we recommend:

"php-http/curl-client": "^1.0|^2.0",
"guzzlehttp/psr7": "^1.0"

as the http layer.

Since this is only a meta package, if you are finding this repo and having issues please create an issue on our main repo: Issue Tracker