Fix bugsnag on Android

This commit is contained in:
Diego Mello 2023-07-06 14:20:25 -03:00
parent 28d55a581e
commit df65deda4f
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ commands:
--app-version-code=$CIRCLE_BUILD_NUM \ --app-version-code=$CIRCLE_BUILD_NUM \
--platform android \ --platform android \
--source-map=android/app/build/generated/sourcemaps/react/officialPlayRelease/index.android.bundle.map \ --source-map=android/app/build/generated/sourcemaps/react/officialPlayRelease/index.android.bundle.map \
--bundle android/app/build/ASSETS/createBundleOfficialPlayReleaseJsAndAssets/index.android.bundle --bundle android/app/build/generated/assets/createBundleOfficialPlayReleaseJsAndAssets/index.android.bundle
fi fi
if [[ $CIRCLE_JOB == "android-build-experimental" || "android-automatic-build-experimental" ]]; then if [[ $CIRCLE_JOB == "android-build-experimental" || "android-automatic-build-experimental" ]]; then
npx bugsnag-source-maps upload-react-native \ npx bugsnag-source-maps upload-react-native \
@ -181,7 +181,7 @@ commands:
--app-version-code=$CIRCLE_BUILD_NUM \ --app-version-code=$CIRCLE_BUILD_NUM \
--platform android \ --platform android \
--source-map=android/app/build/generated/sourcemaps/react/experimentalPlayRelease/index.android.bundle.map \ --source-map=android/app/build/generated/sourcemaps/react/experimentalPlayRelease/index.android.bundle.map \
--bundle android/app/build/ASSETS/createBundleExperimentalPlayReleaseJsAndAssets/index.android.bundle --bundle android/app/build/generated/assets/createBundleExperimentalPlayReleaseJsAndAssets/index.android.bundle
fi fi
- store_artifacts: - store_artifacts: