Remove sources for other targets, include sources for main bundle

This commit is contained in:
Eric Bailey
2025-10-21 13:28:52 -05:00
parent 22569a3d84
commit fee8eb9f6e
+1 -2
View File
@@ -92,7 +92,6 @@ jobs:
- name: 🏗️ EAS Build
run: >
SENTRY_INCLUDE_NATIVE_SOURCES=true
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_RELEASE=${{ steps.env.outputs.EXPO_PUBLIC_RELEASE_VERSION }}
SENTRY_DIST=${{ steps.env.outputs.EXPO_PUBLIC_BUNDLE_IDENTIFIER }}
@@ -121,7 +120,7 @@ jobs:
SENTRY_ORG=blueskyweb
SENTRY_PROJECT=app
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
yarn sentry-cli debug-files upload ios-build/ios/build/Bluesky.app.dSYM.zip
yarn sentry-cli debug-files upload ios-build/ios/build/Bluesky.app.dSYM.zip --include-sources
- name: 📚 Get version from package.json
id: get-build-info