We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2858b27 commit 985e404Copy full SHA for 985e404
.github/workflows/e2e-v2.yml
@@ -160,7 +160,7 @@ jobs:
160
USE_FRAMEWORKS: ${{ matrix.ios-use-frameworks }}
161
PRODUCTION: ${{ matrix.build-type == 'production' && '1' || '0' }}
162
RCT_NEW_ARCH_ENABLED: ${{ matrix.rn-architecture == 'new' && '1' || '0' }}
163
- SENTRY_DISABLE_AUTO_UPLOAD: 'false'
+ SENTRY_DISABLE_AUTO_UPLOAD: 'true'
164
strategy:
165
fail-fast: false # keeps matrix running if one fails
166
matrix:
0 commit comments