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
Thanks for providing Rust support. We're happily using sentry and sentry-tracing crates. Mostly all working well.
We expose a ton of helpful debugging information through span attributes. As far as I can tell, these are captured for performance monitoring, but aren't provided as context when capturing events (via tracing::error! for example).
Is there any way that any span data captured could also be included in events emitted by sentry-tracing?