Closed wzieba closed 1 week ago
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21452-79fe4cb | |
Commit | 79fe4cbc8a02080c9c1b1096a63237a2eec1da1c | |
Direct Download | jetpack-prototype-build-pr21452-79fe4cb.apk |
App Name | WordPress | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21452-79fe4cb | |
Commit | 79fe4cbc8a02080c9c1b1096a63237a2eec1da1c | |
Direct Download | wordpress-prototype-build-pr21452-79fe4cb.apk |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
When building release on local machine, we shouldn't send debug files to Sentry as it's not needed: clutters the Sentry dashboard and slows down the local build. This tiny PR addresses this problem.
Testing
./gradlew assembleJetpackVanillaRelease
does not send debug files (see console output)CI=true ./gradlew assembleJetpackVanillaRelease
sends debug files