Im using Bugsnag in my React Native project, but I trying run the command:
./gradlew assembleDevelopmentRelease
and I receive the error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:bugsnagReleaseDevelopment-releaseTask'.
> java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Bugsnag request failed to complete
Add
-keepattributes LineNumberTable,SourceFile
toproguard-rules.pro
. You can find more information about this here.