FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add autoUploadSourceContextBuildTypes property by markushi · Pull Request #680 · getsentry/sentry-android-gradle-plugin · GitHub

Add autoUploadSourceContextBuildTypes property - #680

Draft
markushi wants to merge 1 commit into
mainfrom
feat/automatic-source-upload-for-any-build-types
Draft

markushi wants to merge 1 commit into
mainfrom
feat/automatic-source-upload-for-any-build-types

Conversation

Copy link
Copy Markdown
Member

📜 Description

Fixes #661

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

🔮 Next steps

Copy link
Copy Markdown
Contributor
Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please 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.

Generated by 🚫 dangerJS against ec7f3a3

* Which build types should be considered for automatic source context upload.
* Default is "release" only.
*/
val autoUploadSourceContextBuildTypes: SetProperty<String> = objects

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I'm not really sure if we should limit ourselves to build types, should add support for flavors too?

This branch has not been deployed

No deployments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable source context for non-release buildtype

1 participant


Back | FazBrowse Home | New Git URL