From eccf1ed235b56f36fea2783d4bae1cc2579527f5 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 25 Sep 2025 15:54:54 +0200 Subject: [PATCH] Revert "Temporarily set SENTRY_DISABLE_AUTO_UPLOAD to true" This reverts commit 985e404d6274b44e19ed570581b52a3ce6437385. --- .github/workflows/e2e-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 10f1f61374..2b6d9480c6 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -160,7 +160,7 @@ jobs: USE_FRAMEWORKS: ${{ matrix.ios-use-frameworks }} PRODUCTION: ${{ matrix.build-type == 'production' && '1' || '0' }} RCT_NEW_ARCH_ENABLED: ${{ matrix.rn-architecture == 'new' && '1' || '0' }} - SENTRY_DISABLE_AUTO_UPLOAD: 'true' + SENTRY_DISABLE_AUTO_UPLOAD: 'false' strategy: fail-fast: false # keeps matrix running if one fails matrix: