Skip to content

Commit 54ad498

Browse files
committed
disable sentry sourcemaps upload
1 parent 66022aa commit 54ad498

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .github/actions/android-play-store-manifest-check

.github/actions/android-play-store-manifest-check/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ runs:
133133

134134
- name: Lint, bundle (debug-signed), validate with bundletool
135135
shell: bash
136+
env:
137+
SENTRY_DISABLE_AUTO_UPLOAD: true
136138
run: |
137139
set -euo pipefail
138140
STORE_FILE="${GITHUB_WORKSPACE}/android/keystores/debug.keystore"

0 commit comments

Comments
 (0)