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

Send full list of debug meta for app start transactions

Open stefanosiano opened this issue 1 year ago • 2 comments

Description

See https://github.com/getsentry/team-mobile/issues/165.

stefanosiano avatar Jan 10 '24 13:01 stefanosiano

For Java Backend this might be helpful for changing ManifestModulesLoader.

adinauer avatar Jan 15 '24 09:01 adinauer

On Android we always send the full list (of all native loaded .so libraries), so there should be no extra effort required.

We still need to send the debug_meta for transaction events, as it's not done right now. Example txn here.

markushi avatar Jan 31 '24 13:01 markushi