chore(reqwest): Record envelope losses in the Reqwest transport#1174
Open
szokeasaurusrex wants to merge 4 commits into
Open
chore(reqwest): Record envelope losses in the Reqwest transport#1174szokeasaurusrex wants to merge 4 commits into
szokeasaurusrex wants to merge 4 commits into
Conversation
lcian
reviewed
Jun 17, 2026
lcian
reviewed
Jun 17, 2026
1924d0f to
d30ba16
Compare
de80482 to
5e862da
Compare
d30ba16 to
f04a352
Compare
7906b9f to
b629b0b
Compare
c2736b7 to
9e2510b
Compare
b629b0b to
a530eb8
Compare
9e2510b to
6cce3c1
Compare
a530eb8 to
870bb6a
Compare
6cce3c1 to
8f54fdc
Compare
870bb6a to
c7eecf6
Compare
1a8ff61 to
31469a9
Compare
c7eecf6 to
9870e72
Compare
9c4fe2c to
044bcda
Compare
19e68bf to
e82ade7
Compare
044bcda to
5a39025
Compare
e82ade7 to
1bcf0fd
Compare
5a39025 to
4bed875
Compare
4bed875 to
7b23f11
Compare
1bcf0fd to
651a1f3
Compare
7b23f11 to
fdfd1f2
Compare
651a1f3 to
d45e8b8
Compare
fdfd1f2 to
b4061c2
Compare
d45e8b8 to
12fe08a
Compare
546b283 to
e1b2e92
Compare
35165bd to
b94ee40
Compare
95481a4 to
de4ac19
Compare
b94ee40 to
c90f232
Compare
de4ac19 to
f24e1e2
Compare
c90f232 to
e96d2c8
Compare
Record lost envelopes in the `reqwest` transport. Also, add necessary loss reason enum variants. Closes [#1151](#1151) Closes [RUST-226](https://linear.app/getsentry/issue/RUST-226)
e96d2c8 to
fbe6662
Compare
f24e1e2 to
7d5982b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Record lost envelopes in the
reqwesttransport. Also, add necessary loss reason enum variants.Closes #1151
Closes RUST-226