You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR: tracing defaults to using the Display implementation for errors which means that we can't get an error report.
See this comment chain for some initial spelunking results.
#678 should help us at the root span level, but unfortunately there doesn't appear to be an option for #[instrument] without creating a custom attribute macro.
Investigate further and/or attempt the macro.
The text was updated successfully, but these errors were encountered:
TL;DR:
tracing
defaults to using theDisplay
implementation for errors which means that we can't get an error report.See this comment chain for some initial spelunking results.
#678 should help us at the root span level, but unfortunately there doesn't appear to be an option for
#[instrument]
without creating a custom attribute macro.Investigate further and/or attempt the macro.
The text was updated successfully, but these errors were encountered: