Commit 4db8859
committed
fix: Disable Sentry source map upload in CI builds
- Set SENTRY_DISABLE_AUTO_UPLOAD=true in build step
- Prevents auth token requirement during Gradle build
- Sentry upload can be enabled later with proper secrets if needed
This allows local builds to complete without Sentry authentication,
which would require additional GitHub secrets configuration.1 parent 50f3d9b commit 4db8859
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
0 commit comments