sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Some issue with obfuscated title

Open miguelslemos opened this issue 2 years ago • 0 comments

Platform:

  • [ ] Dart
  • [x] Flutter Android or iOS
  • [ ] Flutter Web

IDE:

  • [ ] VSCode
  • [x] IntelliJ/AS
  • [x] XCode
  • [ ] Other, which one?

split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):

  • [x] Enabled
  • [ ] Disabled

Platform installed with:

  • [x] pub.dev
  • [ ] GitHub

The version of the SDK (See pubspec.lock): 6.12.2


Why some issues have obfuscated titles on the Sentry dashboard? It could impact on issue group, right? Because every release the symbols changes.

Some examples: image

looking for zua on obfuscation-map it points to RiverpodUsedAfterDisposalException equals to issue description

Steps to reproduce:

flutter -v --no-version-check build appbundle --flavor minapi21prod  \ 
--build-name 8.59.0 --build-number 1000006285 \ 
--no-pub --target-platform android-arm,android-arm64 --obfuscate \
--split-debug-info /symbols/prod/21 \
--extra-gen-snapshot-options=--save-obfuscation-map=/symbols/prod/21/obfuscation_map.json \
--dart-define=ENVIRONMENT=prod --dart-define=RELEASE_NAME=8.59.0 \
--dart-define=DISTRIBUTION=1000006285 --dart-define=API_LEVEL=21

It's an Android Issue.

Actual result: image

Expected result: I would like something like that: image

miguelslemos avatar Oct 13 '22 22:10 miguelslemos