sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

Replace `curl` with `reqwest`

Open szokeasaurusrex opened this issue 1 year ago • 0 comments

The Sentry CLI currently uses curl to make requests to the Sentry API. The curl library simply provides bindings over the libcurl API.

We should replace curl with reqwest, which is a more popular alternative that does not depend on libcurl. This way, our build dependencies can be kept in Rust, which would reduce overhead with builds.

ref: #1798

szokeasaurusrex avatar Jan 16 '24 13:01 szokeasaurusrex