Skip to content

Ship the SDK with its own HTTP client instead of relying on HTTPlug  #1384

@cleptric

Description

@cleptric

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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions