Closed ch4ndu closed 3 years ago
@ch4ndu Thanks for raising this. We'll look into fixing in a future release.
I believe this would only happen if you set overwrite = true
in the bugsnag gradle plugin config. It shouldn't be necessary to do that for React Native projects as the default is to overwrite source maps for React Native projects:
https://docs.bugsnag.com/build-integrations/js/source-maps-react-native/#option-reference
So to resolve this for now simply remove the overwrite = true
option from your app module's build.gradle
file.
But this is unclear from the bugsnag gradle plugin documentation and shouldn't fail like this.
This is fixed by upgrading to bugsnag-source-maps v2.2.0.
Describe the bug
SourceMaps command fails with this message:
./gradlew :example:uploadBugsnagJavaExample-x86-releaseMapping command works fine in my project and uploads JVM mapping to the console successfully Bugsnag gradle version - 5.7.4
Steps to reproduce