#source_link in sentry-rust
3 messages · Page 1 of 1 (latest)
Hi @quiet saffron. I'm happy to dig into this for you! I'll check my internal sources for answers to your question! :wave:
Based on the knowledge sources provided, it appears that source_link functionality is a feature that exists in some Sentry SDKs but may not be fully implemented in the Rust SDK yet.
The concept of source links is mentioned in several issues across different Sentry repositories. It's a feature that allows Sentry to provide links to the source code for stack frames, which is particularly useful for debugging.
From the knowledge sources, I can see that source links were implemented for .NET platforms as mentioned in Make use of frame.source_link to show StacktraceLink and Enable .NET platforms to have stack trace links for System frames. There's also evidence of work on this feature for other platforms.
However, I don't see specific information about the implementation status of source_link in the Rust SDK. The Rust SDK is mentioned in some of the documents, but not specifically in relation to the source_link feature.
If you're not finding this field in the Frame struct in the Rust SDK, it's possible that this feature hasn't been implemented for Rust yet. Sentry often rolls out features to different SDKs at different times, and the knowledge sources don't provide clear information about whether this is intentional or a missing feature for the Rust SDK specifically.