Skip to content

The stack cannot be correctly deobfuscation #237

@JDongKhan

Description

@JDongKhan

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.

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions