Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to obfuscation-map #154

Open
GuilhermeVendramini opened this issue Sep 6, 2023 · 2 comments
Open

Support to obfuscation-map #154

GuilhermeVendramini opened this issue Sep 6, 2023 · 2 comments

Comments

@GuilhermeVendramini
Copy link

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
@buenaflor
Copy link
Contributor

hi! this is a known issue, see here: getsentry/sentry#48334. We will discuss this further internally!

@buenaflor
Copy link
Contributor

buenaflor commented Aug 6, 2024

@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

@github-project-automation github-project-automation bot moved this to Needs Discussion in Mobile & Cross Platform SDK Aug 6, 2024
@buenaflor buenaflor moved this from Needs Discussion to Backlog in Mobile & Cross Platform SDK Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants