-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
With the release of sentry/sentry 3.17, guzzlehttp/psr7
is no longer installed when using the Symfony http client.
This is nice, but leads to an error in this package, as GuzzleHttp\Psr7\Uri
is still used in the AbstractTraceableHttpClient
:
$uri = new Uri($url); |
Maybe the http client can be updated to allow nyholm/psr7
as well or this package should explicitly require guzzlehttp/psr7
?