Bugsnag request failed to complete

487 views Asked by At

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

Erro

1

There are 1 answers

0
hamid hodhodi On

Add -keepattributes LineNumberTable,SourceFile to proguard-rules.pro. You can find more information about this here.