Integration
sentry-android
Build System
Gradle
AGP Version
9.2.1
Proguard
Enabled
Other Error Monitoring Solution
No
Version
8.33.0
Steps to Reproduce
- Have an exception with the message
string/pay_anyone_cancel_dialog_positive: requested 'en-IE', got 'en'.
- Have a proguard mapping file that happens to contain the entry
com.monzo.standin.screens.accountslist.AccountsListFragmentKt$$ExternalSyntheticLambda19 -> en:
Expected Result
en should stay as en.
Actual Result
en gets deobfuscated to com.monzo.standin.screens.accountslist.AccountsListFragmentKt$$ExternalSyntheticLambda19.
(I realise there's no straightforward way to tell whether some arbitrary word is an obfuscated class name - just thought I should report this)
Integration
sentry-android
Build System
Gradle
AGP Version
9.2.1
Proguard
Enabled
Other Error Monitoring Solution
No
Version
8.33.0
Steps to Reproduce
string/pay_anyone_cancel_dialog_positive: requested 'en-IE', got 'en'.com.monzo.standin.screens.accountslist.AccountsListFragmentKt$$ExternalSyntheticLambda19 -> en:Expected Result
enshould stay asen.Actual Result
engets deobfuscated tocom.monzo.standin.screens.accountslist.AccountsListFragmentKt$$ExternalSyntheticLambda19.(I realise there's no straightforward way to tell whether some arbitrary word is an obfuscated class name - just thought I should report this)