Skip to content

Commit 7cf3d9c

Browse files
committedMar 22, 2020
suggests use of pugx/sentry-sdk in docs
See issue getsentry#246
1 parent d48d50d commit 7cf3d9c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ For example for using Guzzle's components:
152152
composer require php-http/guzzle6-adapter guzzlehttp/psr7
153153
```
154154

155+
A possible alternate solution is using `pugx/sentry-sdk`, a metapackage that replaces `sentry/sdk` and uses `symfony/http-client` instead of `guzzlehttp/guzzle`:
156+
157+
```bash
158+
composer require pugx/sentry-sdk
159+
```
160+
155161
## Maintained versions
156162
* 3.x is actively maintained and developed on the master branch, and uses Sentry SDK 2.0;
157163
* 2.x is supported only for fixes; from this version onwards it requires Symfony 3+ and PHP 7.1+;

0 commit comments

Comments
 (0)