getsentry / getsentry/sentry-rust
Make transport channel capacity configurable
Open
breaking
Improvement
Rust
- Dominant language
- Rust
- Stars
- 752
- Forks
- 190
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 5
Description
In [https://github.com/getsentry/sentry-rust/pull/923](), @lorenzocian proposed an improvement to make the transport channel capacity configurable. This could make it less likely that we saturate the capacity of the channel in high-throughput scenarios.
As this change requires us to add a field to ClientOptions, it is breaking, so we decided not to proceed with that PR for now, but it is probably a good improvement to do at some point.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.