-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs: Add Fastlane Plugin documentation for Size Analysis #16144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
philprime
wants to merge
2
commits into
master
Choose a base branch
from
philprime/size-analysis-docs-fastlane
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
philipphofmann
approved these changes
Jan 27, 2026
Member
philipphofmann
left a comment
There was a problem hiding this 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.
coolguyzone
approved these changes
Jan 27, 2026
Contributor
coolguyzone
left a comment
There was a problem hiding this 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
upload-fastlane-android.mdxinclude file with Android-specific examples2.0.0-rc.3or laterFiles changed:
docs/platforms/android/size-analysis/index.mdx- Added Fastlane Plugin optiondocs/platforms/react-native/size-analysis/index.mdx- Added Fastlane Plugin option for Androidincludes/size-analysis/upload-fastlane.mdx- Updated with clear XCArchive/IPA examplesincludes/size-analysis/upload-fastlane-android.mdx- New file for Android Fastlane docsIS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST
Closes getsentry/sentry-fastlane-plugin#391