| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Instructions and example for changelogPlease add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number. Example: ## Unreleased
- Add autoUploadSourceContextBuildTypes property ([#680](https://github.com/getsentry/sentry-android-gradle-plugin/pull/680))If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description. |
Sorry, something went wrong.
| * Which build types should be considered for automatic source context upload. | ||
| * Default is "release" only. | ||
| */ | ||
| val autoUploadSourceContextBuildTypes: SetProperty<String> = objects |
There was a problem hiding this comment.
I'm not really sure if we should limit ourselves to build types, should add support for flavors too?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📜 Description
Fixes #661
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
🔮 Next steps