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

Send list of loaded libraries for app start transaction

Open buenaflor opened this issue 1 year ago • 1 comments

Description

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

Investigate if it makes sense/is possible on flutter

buenaflor avatar Jan 15 '24 16:01 buenaflor

I don't think this is possible in Flutter.

we've got currentMirrorSystem().libraries; which works on dart only

what we can do is still get the ones from native

buenaflor avatar Jun 20 '24 11:06 buenaflor