Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.09k stars 339 forks source link

Add support for sentry crash reporting plugin #1128

Closed markushi closed 1 month ago

markushi commented 1 month ago

Problem description

Similar to #859 and #893 the Sentry Android Gradle plugin is not triggered when publishBundle executes, and thus won't upload the ProGuard mapping file to sentry.io.

Potential solutions/workarounds

Just like bugsnag and crashlytics, add support for sentry.

Additional context