Problem Statement
We're currently using Httplug to allow people to use their HTTP client of choice with the SDK.
This creates confusion about why we offer two composer packages sentry/sentry vs sentry/sdk.
I also have the feeling that this is rarely used and slightly over-optimized.
Solution Brainstorm
Two good examples of other SDKs/libraries shipping with an HTTP client are the AWS PHP SDK (they use Guzzle) and Stripe (they implemented their own client).
While I do not think that Guzzle is necessary in our case, what other HTTP clients we could look into using in our SDK?
Problem Statement
We're currently using Httplug to allow people to use their HTTP client of choice with the SDK.
This creates confusion about why we offer two composer packages
sentry/sentryvssentry/sdk.I also have the feeling that this is rarely used and slightly over-optimized.
Solution Brainstorm
Two good examples of other SDKs/libraries shipping with an HTTP client are the AWS PHP SDK (they use Guzzle) and Stripe (they implemented their own client).
While I do not think that Guzzle is necessary in our case, what other HTTP clients we could look into using in our SDK?