Skip to content

Conversation

@philprime
Copy link
Member

@philprime philprime commented Jan 26, 2026

DESCRIBE YOUR PR

This PR adds documentation for using the sentry-fastlane-plugin to upload builds for Size Analysis on Android, iOS, and React Native platforms.

Changes:

  • Add Fastlane Plugin as an upload mechanism option for Android Size Analysis (AAB/APK)
  • Add Fastlane Plugin as an upload mechanism option for React Native Android section
  • Update iOS Fastlane docs with clear, separate examples for XCArchive vs IPA uploads
  • Create new upload-fastlane-android.mdx include file with Android-specific examples
  • Add version requirement alerts noting that APK, AAB, and IPA uploads require sentry-fastlane-plugin version 2.0.0-rc.3 or later

Files changed:

  • docs/platforms/android/size-analysis/index.mdx - Added Fastlane Plugin option
  • docs/platforms/react-native/size-analysis/index.mdx - Added Fastlane Plugin option for Android
  • includes/size-analysis/upload-fastlane.mdx - Updated with clear XCArchive/IPA examples
  • includes/size-analysis/upload-fastlane-android.mdx - New file for Android Fastlane docs

IS YOUR CHANGE URGENT?

  • Urgent deadline (GA date, etc.)
  • Other deadline
  • None: Not urgent, can wait up to 1 week+

PRE-MERGE CHECKLIST

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Closes getsentry/sentry-fastlane-plugin#391

Add documentation for using sentry-fastlane-plugin to upload builds
for Size Analysis on Android, iOS, and React Native platforms.

- Add Fastlane Plugin as upload mechanism for Android (AAB/APK)
- Add Fastlane Plugin as upload mechanism for React Native Android
- Update iOS Fastlane docs with clear XCArchive vs IPA examples
- Create new upload-fastlane-android.mdx include file
- Add version requirement notes (2.0.0-rc.3+) for APK, AAB, IPA uploads
@vercel
Copy link

vercel bot commented Jan 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
sentry-docs Ready Ready Preview, Comment Jan 27, 2026 3:33pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
develop-docs Ignored Ignored Preview Jan 27, 2026 3:33pm

Request Review

Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

A few suggestions. Thanks for adding this 👍

- Change references to the Fastlane upload mechanism for iOS builds to the new `upload-fastlane-ios` include file across multiple guides.
- Add a new `upload-fastlane-ios.mdx` file detailing the process for uploading XCArchive and IPA builds to Sentry.
- Introduce `upload-fastlane-android` include file for Android builds, enhancing documentation for both platforms.

This update improves clarity and organization of the Fastlane documentation for size analysis.
Copy link
Contributor

@coolguyzone coolguyzone left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for adding 🫡

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.

Upload React Native Android builds to Sentry for size analysis.

4 participants