Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attributes: added missing RecordTypes for instrument (#2781)
When using a function annotated with `#[instrument]` it parses the parameters of the function and records them either using `Value` or using `std::fmt::Debug`. There were a few types that implement `Value` but were missing the RecordTypes array. Added them + a unit test for a single one. Fixed: #2775
- Loading branch information