There's a capability in the Sentry product to display installed modules/dependencies, for instance, this is how it looks for Ruby

Would be nice to do something similar for the Android SDK - we can collect the dependencies of an app through SAGP and make them available at runtime for the SDK, for example as a file under res/raw folder, and then the SDK can send it alongside protocol. This is already available in the protocol
There's a capability in the Sentry product to display installed modules/dependencies, for instance, this is how it looks for Ruby

Would be nice to do something similar for the Android SDK - we can collect the dependencies of an app through SAGP and make them available at runtime for the SDK, for example as a file under
res/rawfolder, and then the SDK can send it alongside protocol. This is already available in the protocol