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

SentryDart with dexprotector and flutter obfuscation not working as well #2402

Open
lberaldodev opened this issue Nov 11, 2024 · 1 comment

Comments

@lberaldodev
Copy link

Platform

Dart

Obfuscation

Enabled

Debug Info

Enabled

Doctor

• Flutter version 3.19.6 on channel stable at
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 54e66469a9 (7 months ago), 2024-04-17 13:08:03 -0700
• Engine revision c4cd48e186
• Dart version 3.3.4
• DevTools version 2.31.1

Version

8.9.0

Steps to Reproduce

  1. Build the app using flutter obfuscate flavor
  2. Execute GradlePlugin to send to sentry the sources (4.2.0)
  3. Execute the fastlane sentry plugin sentry_debug_files_upload to send the debug files to sentry
  4. Check the stack trace from an issue on sentry. It keeps obfuscated.

Tests that I already did:

  • Update all to latest versions (sentry-dart, gradle plugin, dexprotector)
  • Dexprotector Without flutter obfuscation it work as well
  • Flutter obfuscation without dexprotector encrypt libapp.so work as well.

Expected Result

Stacktrace should work as well when we use sentry + dexprotector + code obfuscation

Actual Result

Sentry not showing the stack trace

Are you willing to submit a PR?

None

@buenaflor
Copy link
Contributor

Currently blocked by processing, will still have to clarify whether this is possible in our symbolication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Blocked
Development

No branches or pull requests

2 participants