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

Support to obfuscation-map

Open GuilhermeVendramini opened this issue 2 years ago • 2 comments

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

sentry:
  upload_debug_symbols: true
  upload_source_maps: true
  upload_sources: true
  log_level: warn # possible values: trace, debug, info, warn, error
  project: my-project
  org: my-org
  auth_token: my-token

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.

Captura de Tela 2023-09-05 às 22 11 27

GuilhermeVendramini avatar Sep 06 '23 01:09 GuilhermeVendramini

hi! this is a known issue, see here: https://github.com/getsentry/sentry-dart/issues/2805. We will discuss this further internally!

buenaflor avatar Sep 06 '23 08:09 buenaflor

@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

buenaflor avatar Aug 06 '24 14:08 buenaflor

Closing this issue as a dupe of https://github.com/getsentry/sentry-dart/issues/2805

buenaflor avatar Mar 18 '25 11:03 buenaflor