-
-
Notifications
You must be signed in to change notification settings - Fork 31
Support to obfuscation-map #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hi! this is a known issue, see here: getsentry/sentry-dart#2805. We will discuss this further internally! |
@GuilhermeVendramini hey we've recently added an improvement that will partially help the issue titles. see our changelog for more info https://github.com/getsentry/sentry-dart/releases/tag/8.6.0 Note: this is part of the Sentry Dart/Flutter SDK |
Closing this issue as a dupe of getsentry/sentry-dart#2805 |
Hi,
I'm building my app with obfuscate:
flutter build apk --release --flavor prod --obfuscate --split-debug-info=debug_info --extra-gen-snapshot-options=--save-obfuscation-map=debug_info/map-obfuscation.json
And here is my pubspec.yaml
So, after run
flutter packages pub run sentry_dart_plugin
I go to my project issues and they title aren't human readable.I don't know if I'm missing something or if Sentry doesn't support obfuscated title decoding.
The text was updated successfully, but these errors were encountered: