Code Obfuscation for a flutter project sending debug to firebase #3344
Replies: 1 comment 3 replies
-
|
Hello @RowinaSeidler, Can you please double check the configuration details you are currently using? Post Publish
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I created a forum discussion about this in April, but didn’t see the answer till now and realized the answer was not complete. The answer explained the code needed to obfuscate a flutter app using code magic. The answer also explained how to upload the dsym symbols to firebase. However, what I also need to do is upload the debug symbols that are produced from the obfuscation to firebase. I believe these are different debug symbols to the dsym ones. Many thanks, Rowina
Expected results
I will be able to use code magic to obfuscate my flutter app and upload the dsym symbols and the symbols produced from the obfuscation to firebase for obtain accurate crash reports.
Actual results
The postscript I have written to try and do this is not working.
Build id (optional)
69288ddc84e10b78b9716b9c
Beta Was this translation helpful? Give feedback.
All reactions