sentry-android-gradle-plugin
sentry-android-gradle-plugin copied to clipboard
Exclude BuildConfig sources from source bundles
:scroll: Description
- Exclude sources that contain build config in their path (considering well-known community plugins for buildConfig generation as well)
:bulb: Motivation and Context
Closes #692 Closes #683
:green_heart: How did you test it?
Manually verified with the sample from #692 + also automated test
:pencil: Checklist
- [x] I reviewed the submitted code
- [x] I added tests to verify the changes
- [x] I updated the docs if needed
- [x] No breaking changes