-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
Upload libsentry symbols on tag builds #1105
Comments
if we do it only on CI, we depend on #1063 |
Also, for reference, this is how it's done: |
related to getsentry/sentry-native#728 |
@bruno-garcia I might have found a workaround for that. https://android-developers.googleblog.com/2020/10/android-studio-41.html See the flag
that means, our AAR files will contain debug symbols if we enable this option, so when people upload their own symbols, sentry's debug symbols will be uploaded too. ps: we already use AGP 4.1.2 so this would be actually possible |
Sounds like a good idea. Although it's convenient to users that we upload the symbols for them and leave it in a generic Android bucket, instead of each project having a copy of it. |
yep, I agree, this would be a temporary workaround while we don't fully automatize this process over craft |
current commands are:
|
Craft does it now: https://github.com/getsentry/sentry-java/blob/main/.craft.yml#L4-L7 |
Use symbol collector to upload symbols of sentry native during a tagged CI run
The text was updated successfully, but these errors were encountered: