Description
Im having nearly the exact same issue as this post #237
To summarize: I have --obfuscate and --split-debug-info while building my Flutter app for iOS. I'm using sentry-dart-plugin to upload the debug symbols, but the stack traces are not being deobfuscated. (Note: I am using sentry-dart and not sentry-flutter)
flutter build ipa --release --dart-define "SENTRY_DSN=****" --dart-define "SENTRY_RELEASE=***@1.0.0+30" --dart-define "SENTRY_ENVIRONMENT=****" --obfuscate --split-debug-info=./debug-info
dart run sentry_dart_plugin
I changed everything sentry to sentry-flutter and the stack trace finally was deobfuscated. The problem is we absolutely cannot use sentry-flutter due to extremely strict app size limitations. Is there a way to get the debug symbols to work with sentry-dart?
Metadata
Metadata
Assignees
Type
Projects
Status