sentry-dart
sentry-dart copied to clipboard
Send list of loaded libraries for app start transaction
Description
See https://github.com/getsentry/team-mobile/issues/165
Investigate if it makes sense/is possible on flutter
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