Skip to content

Commit

Permalink
feat(outcomes): Add buffer_overflow discard reason
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jan 20, 2025
1 parent b3dcd67 commit dd25dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust_snuba/src/processors/outcomes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const CLIENT_DISCARD_REASONS: &[&str] = &[
"sample_rate",
// an event was dropped because of an error when sending it (eg: 400 response)
"send_error",
// an SDK internal buffer (eg. breadcrumbs buffer) overflowed
"buffer_overflow"
];

pub fn process_message(
Expand Down

0 comments on commit dd25dde

Please sign in to comment.