Skip to content

Replace curl with reqwest #1897

@szokeasaurusrex

Description

@szokeasaurusrex

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

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions