Skip to content

Commit 985e404

Browse files
committed
Temporarily set SENTRY_DISABLE_AUTO_UPLOAD to true
1 parent 2858b27 commit 985e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
USE_FRAMEWORKS: ${{ matrix.ios-use-frameworks }}
161161
PRODUCTION: ${{ matrix.build-type == 'production' && '1' || '0' }}
162162
RCT_NEW_ARCH_ENABLED: ${{ matrix.rn-architecture == 'new' && '1' || '0' }}
163-
SENTRY_DISABLE_AUTO_UPLOAD: 'false'
163+
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
164164
strategy:
165165
fail-fast: false # keeps matrix running if one fails
166166
matrix:

0 commit comments

Comments
 (0)