I have implemented some improvements on my project, where we enabled the dart code obfuscation and during the release process we started to send for each release debug symbols files and obfuscation map following this documentation (https://docs.sentry.io/platforms/dart/guides/flutter/debug-symbols/dart-plugin/), it has worked well and now I can see the StackTrace within Issues, grouping event informations is more detailed and etc.
However we realized that for our custom breadcrumbs and logs, basically bloc states transitions, after these upgrades we are almost all of them obfuscated, for example this issue is with this problem. Is there something else that I can do to Sentry process code ofuscation for this case?