-
-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
Description
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).