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
I've integrated Bugsnag gradle in my Android application and the title of the crash stack trace is still obfuscated.
The actual crash stack trace it's de-obfuscated so it's correct, as you can see in the screenshot from Bugsnag that I've attached.
Is this intended or it's a bug on your side?
Is there some extra setup that I should do to fix this?
The "title" you describe is actually the error message of the Throwable. It's not currently possible to deobfuscate the references like this within the error message itself.
Describe the bug
I've integrated Bugsnag gradle in my Android application and the title of the crash stack trace is still obfuscated.
The actual crash stack trace it's de-obfuscated so it's correct, as you can see in the screenshot from Bugsnag that I've attached.
Is this intended or it's a bug on your side?
Is there some extra setup that I should do to fix this?
Versions
bugsnag-android-gradle-plugin:5.2.0
Android Gradle Plugin 3.6.4
The text was updated successfully, but these errors were encountered: