getsentry / sentry-android-gradle-plugin

Gradle plugin for Sentry Android. Upload proguard, debug files, and more.
https://docs.sentry.io/platforms/android/gradle/
MIT License
145 stars 33 forks source link

Fix permission denied error when extracting sentry-cli concurrently #748

Closed romtsn closed 3 months ago

romtsn commented 3 months ago

:scroll: Description

The test was not failing because we did not run any sentry tasks 🫠 After flipping some flags, it started to consistently fail for me, and the fix was simple - synchronize access to the sentry-cli extraction method.

:bulb: Motivation and Context

Fixes #728

:green_heart: How did you test it?

:pencil: Checklist

:crystal_ball: Next steps