getsentry / getsentry/sentry-rust
Add option to exclude certain HTTP statuses from tracing in SDK
Open
Feature
Performance (New)
Rust
Traces
- Dominant language
- Rust
- Stars
- 752
- Forks
- 190
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 5
Description
If not already implemented or only partially implemented:
SDK should not trace incoming **404s by default** to reduce noise. Add a config option to exclude specific HTTP statuses from tracing. This should mirror existing behavior in other SDKs ([Laravel](), [JavaScript]()).
* New config option (e.g. trace_ignore_status_codes: \[404, ...\])
* Backwards compatible (default still traces 404s)
* Tests + docs updated
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.