From 0f0883761f144d589d6b052fb63c66b578ba84dd Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 21 Oct 2025 16:36:33 -0500 Subject: [PATCH] Add SENTRY_LOG_LEVEL=debug --- .github/workflows/build-submit-ios.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index 0dc0f9b2fa..65b0f3751e 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -92,6 +92,7 @@ jobs: - name: 🏗️ EAS Build run: > + SENTRY_LOG_LEVEL=debug 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 }}