Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: better error messages in
sentry_transport_curl
Up to now we only printed the numeric error-code returned by `curl_easy_perform()` which isn't sensationally helpful to our users. We now also print the contents of a `CURLOPT_ERRORBUFFER` and fall back to `curl_easy_strerror()` in case the error buffer is empty.
- Loading branch information