sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

Report packages (dependencies) in events

Open lcian opened this issue 5 months ago • 1 comments

Description

Something that most SDKs do is to include the list of dependencies of the app in events sent to Sentry. This could be useful for instance to debug a panic/other error that only occurs with specific versions of a library. This can likely be done with a build.rs but we should figure out a robust way (and importantly only include direct dependencies).

lcian avatar Jul 29 '25 17:07 lcian