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

🔪 Allow for the build to automatically strip debug symbols from .so files #18

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

KYovchevski
Copy link

For the Play Store publishing pipeline to be able to also upload debug information files to Sentry, we need to build the android app with Debug symbols. However, we also don't want to upload the debug symbols to the play store.

This is the solution to this problem: add an additional optional step that will copy the .so file with the debug information to a separate directory where it can be accessed by sentry-cli, while the original gets stripped of debug symbols in preparation to getting uploaded to the play store.

@KYovchevski KYovchevski merged commit f920c1c into for-traverse Oct 31, 2024
24 of 34 checks passed
@MarijnS95 MarijnS95 deleted the strip-debug-symbols branch January 7, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants