Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate tracing span attributes in sentry events #617

Open
samscott89 opened this issue Sep 27, 2023 · 3 comments
Open

Propagate tracing span attributes in sentry events #617

samscott89 opened this issue Sep 27, 2023 · 3 comments

Comments

@samscott89
Copy link

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?

@Swatinem
Copy link
Member

I don’t think this is currently possible. Other members of the team are prototyping ways to rewamp the performance monitoring / tracing APIs to make such things easier in the future, but it is still very early in that process.

@samscott89
Copy link
Author

Cool, looking forward to seeing what happens there. Let me know if you want any feedback/testers, we'd be open to trying stuff out.

@tsionyx
Copy link
Contributor

tsionyx commented Dec 2, 2023

Hello. I just made the implementation of this feature. Would be glad if someone look at it and maybe suggest some improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants