You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> To know more about the progress of this version see [the relative milestone](https://github.com/getsentry/sentry-symfony/milestone/3)
20
19
21
20
## Benefits
22
21
@@ -35,21 +34,32 @@ Use sentry-symfony for:
35
34
## Installation
36
35
37
36
### Step 1: Download the Bundle
38
-
You can install this bundle using Composer. Since the Sentry SDK uses HTTPlug to remain transport-agnostic, you need to
39
-
manually require two additional packages that provides [`php-http/async-client-implementation`](https://packagist.org/providers/php-http/async-client-implementation)
40
-
and [`http-message-implementation`](https://packagist.org/providers/psr/http-message-implementation).
41
-
42
-
For example, if you want to install/upgrade using Curl as transport and the PSR-7 implementation by Guzzle, you can use:
0 commit comments