You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from version 4.14.1 to 5.0.0 we are getting the following error:
Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in .../app/build/outputs/mapping/.../missing_rules.txt.
The error occurs when we build the app for a release with R8.
Expected Result
Able to build the release flavor of the app.
Actual Result
Unable to build the release flavor of the app.
The text was updated successfully, but these errors were encountered:
@rpaynetoast could you share the output of your /.../missing_rules.txt file? We definitely should update our AGP testing matrix to ensure issues like this one get caught earlier.
@rpaynetoast could you share the output of your /.../missing_rules.txt file? We definitely should update our AGP testing matrix to ensure issues like this one get caught earlier.
# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn io.sentry.Hub
Gradle Version
8.10.2
AGP Version
8.8.0
Code Minifier/Optimizer
R8
Version
5.0.0
Sentry SDK Version
8.0.0
Steps to Reproduce
After upgrading from version 4.14.1 to 5.0.0 we are getting the following error:
The error occurs when we build the app for a release with R8.
Expected Result
Able to build the release flavor of the app.
Actual Result
Unable to build the release flavor of the app.
The text was updated successfully, but these errors were encountered: