Skip to content

tracing-attributes 0.1.16

Compare
Choose a tag to compare
@hawkw hawkw released this 13 Sep 18:43
· 562 commits to master since this release
47036aa

This release adds a new #[instrument(skip_all)] option to skip recording all
arguments to an instrumented function as fields. Additionally, it adds support
for recording arguments that are tracing primitive types as typed values,
rather than as fmt::Debug.

Added

  • add skip_all option to #[instrument] (#1548)
  • record primitive types as primitive values rather than as fmt::Debug
    (#1378)
  • added support for f64s as typed values (#1522)

Thanks to @Folyd and @jsgf for contributing to this release!