Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't sentry breadcrumb trace-level messages (#32901)
They are extremely verbose and use a lot of memory. Notably aws-smithy traces the entire request on an S3 upload. from inside orchestrator.rs in aws-smithy-runtime ``` trace!(request = ?request, "transmitting request"); ``` GitOrigin-RevId: ead23b8ce867f52b609a71c566a6beea7469aebc
- Loading branch information