Skip to content

Commit dacc3f9

Browse files
authored
Revert "Temporarily set SENTRY_DISABLE_AUTO_UPLOAD to true" (#5209)
This reverts commit 985e404.
1 parent c094582 commit dacc3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: 'true'
163+
SENTRY_DISABLE_AUTO_UPLOAD: 'false'
164164
strategy:
165165
fail-fast: false # keeps matrix running if one fails
166166
matrix:

0 commit comments

Comments
 (0)