Skip to content

Conversation

@philprime
Copy link
Member

  • Add apk_path, aab_path, and ipa_path parameters as mutually exclusive options
  • Use FastlaneCore conflicting_options for proper validation
  • Maintain backwards compatibility with xcarchive_path
  • Update is_supported? to include Android platform
  • Add comprehensive tests for all new file types

Closes #396

- Add apk_path, aab_path, and ipa_path parameters as mutually exclusive options
- Use FastlaneCore conflicting_options for proper validation
- Maintain backwards compatibility with xcarchive_path
- Update is_supported? to include Android platform
- Add comprehensive tests for all new file types

Closes #396
@github-actions
Copy link
Contributor

github-actions bot commented Jan 22, 2026

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against e30aa05

- Added default values for apk_path, aab_path, and ipa_path parameters.
- Improved verification logic to skip validation for nil or empty values.
- Ensured proper error handling for invalid paths and file types.

This update refines the user experience by preventing unnecessary errors during configuration.
@philprime philprime enabled auto-merge (squash) January 23, 2026 09:07
@github-actions
Copy link
Contributor

github-actions bot commented Jan 23, 2026

Semver Impact of This PR

🟡 Minor (new features)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • Add support for APK, AAB, and IPA uploads to sentry_upload_build by philprime in #397
  • Add support for APK, AAB, and IPA uploads to sentry_upload_build by philprime in #397

Internal Changes 🔧

Deps

  • Bump ruby/setup-ruby from 1.268.0 to 1.286.0 by dependabot in #401
  • Bump actions/create-github-app-token from 2.1.1 to 2.2.1 by dependabot in #400
  • Bump getsentry/github-workflows from 3.1.0 to 3.2.0 by dependabot in #399
  • Bump getsentry/github-workflows/.github/workflows/updater.yml from 3.1.0 to 3.2.0 by dependabot in #402

Other

  • Fix changelog-preview action by BYK in #405

Other

  • style: Add pre-commit configuration with dprint and fixes by philprime in #398

🤖 This preview updates automatically when you update the PR.

Copy link
Contributor

@runningcode runningcode left a comment

Choose a reason for hiding this comment

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

I didn't realize that fastlane was used for Android. Thanks for adding this!

@philprime philprime merged commit 0b50b1f into master Jan 23, 2026
15 checks passed
@philprime philprime deleted the support-apk-aab-ipa-upload branch January 23, 2026 14:26
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.

Support uploading AAB for Size Analysis

3 participants