Hey,
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?