sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Add flavor awareness in sentry.gradle source map script

Open jennmueng opened this issue 4 years ago • 5 comments

Came up in slack where a customer wants to prevent auto release creation in specific flavors.

jennmueng avatar Jul 05 '21 12:07 jennmueng

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 🥀

github-actions[bot] avatar Nov 04 '21 15:11 github-actions[bot]

@jennmueng would that be something similar to Android Proguard? https://docs.sentry.io/platforms/android/proguard/#variant-filtering

marandaneto avatar Nov 12 '21 12:11 marandaneto

cc @jennmueng

marandaneto avatar Jan 19 '22 12:01 marandaneto

Yes, looks to be exactly like https://docs.sentry.io/platforms/android/gradle/#variant-filtering. @marandaneto

jennmueng avatar Jan 19 '22 16:01 jennmueng

Consider doing https://github.com/getsentry/sentry-react-native/issues/1463 too

marandaneto avatar Jan 20 '22 11:01 marandaneto

Its already possible to do some sort of config with project.ext.sentryCli on Gradle, so this one can fit in there.

marandaneto avatar Dec 07 '22 08:12 marandaneto