Add flavor awareness in sentry.gradle source map script
Came up in slack where a customer wants to prevent auto release creation in specific flavors.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
@jennmueng would that be something similar to Android Proguard? https://docs.sentry.io/platforms/android/proguard/#variant-filtering
cc @jennmueng
Yes, looks to be exactly like https://docs.sentry.io/platforms/android/gradle/#variant-filtering. @marandaneto
Consider doing https://github.com/getsentry/sentry-react-native/issues/1463 too
Its already possible to do some sort of config with project.ext.sentryCli on Gradle, so this one can fit in there.