Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: Remove serde_json feature from curl #420

Merged
merged 1 commit into from
Jan 28, 2022
Merged

meta: Remove serde_json feature from curl #420

merged 1 commit into from
Jan 28, 2022

Conversation

MarijnS95
Copy link
Contributor

Curl doesn't need serde_json support since Sentry already serializes envelopes to a vector of bytes internally. Likewise no other transport sets the Content-Type: application/json header, presumably because the data is multiple json objects concatenated together.

Curl doesn't need `serde_json` support since Sentry already serializes
envelopes to a vector of bytes internally.  Likewise no other transport
sets the `Content-Type: application/json` header, presumably because the
data is multiple json objects concatenated together.
@codecov-commenter
Copy link

Codecov Report

Merging #420 (39c32aa) into master (d0d5abc) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #420      +/-   ##
==========================================
+ Coverage   81.68%   81.70%   +0.02%     
==========================================
  Files          71       71              
  Lines        8092     8091       -1     
==========================================
+ Hits         6610     6611       +1     
+ Misses       1482     1480       -2     

@flub flub merged commit de429eb into getsentry:master Jan 28, 2022
@MarijnS95 MarijnS95 deleted the curl-no-json branch January 28, 2022 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants