Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rust_snuba/src/processors/outcomes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const CLIENT_DISCARD_REASONS: &[&str] = &[
"invalid",
// events were dropped because of network errors and were not retried.
"network_error",
// a span was dropped or not started by an SDK due to a missing parent span
"no_parent_span",
// a SDK internal queue (eg: transport queue) overflowed
"queue_overflow",
// the SDK dropped events because an earlier rate limit instructed the SDK to back off.
Expand Down
Loading