sentry-dart-plugin
sentry-dart-plugin copied to clipboard
The stack cannot be correctly deobfuscation
Hello, I am a Flutter developer and I will be preparing to use Sentry to collect user crash reports. During the testing process, I found that the Flutter code was not properly deobfuscation, and I also uploaded the symbol file according to the Sentry Dart plugin document. Did I do something wrong with this?
build app
flutter build ios --obfuscate --split-debug-info=build
upload symbol files
flutter packages pub run sentry_dart_plugin
configure
upload_debug_symbols: true
upload_source_maps: true
upload_sources: false
project: flutter_test
org: tc-tc
url: https://sentry.io
commits: auto
ignore_missing: true
wait_for_processing: true
log_level: info
I found that app.ios-arm64.symbols symbols file was not uploaded to the sentry.