From 34eb724078e9c455b3510ad2c2ae1ada7e49beb4 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 11 Dec 2025 17:28:58 +0100 Subject: [PATCH] docs(flutter,react-native): Add Fastlane to size analysis and build distribution (EME-683) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Fastlane as an upload mechanism for iOS builds in Flutter and React Native documentation for both size analysis and build distribution features, aligning with the existing Android and iOS platform documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- docs/platforms/dart/guides/flutter/size-analysis/index.mdx | 6 +++++- docs/platforms/react-native/size-analysis/index.mdx | 6 +++++- includes/build-distribution/getting-started-ios.mdx | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx index 33fb82c374306..b63ea4424fa99 100644 --- a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx +++ b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx @@ -14,7 +14,11 @@ description: Upload Flutter builds to Sentry for size analysis. **Accepted Upload Formats**: XCArchive (preferred) | IPA -**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) +**Upload Mechanisms**: [Fastlane Plugin](#uploading-ios-builds-with-fastlane) _or_ [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) + +### Uploading iOS Builds With Fastlane + + ### Uploading iOS Builds With the Sentry CLI diff --git a/docs/platforms/react-native/size-analysis/index.mdx b/docs/platforms/react-native/size-analysis/index.mdx index 360cb3b940991..58550c14febeb 100644 --- a/docs/platforms/react-native/size-analysis/index.mdx +++ b/docs/platforms/react-native/size-analysis/index.mdx @@ -15,7 +15,11 @@ description: Upload React Native iOS and Android builds to Sentry for size analy **Accepted Upload Formats**: XCArchive (preferred) | IPA -**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) +**Upload Mechanisms**: [Fastlane Plugin](#uploading-ios-builds-with-fastlane) _or_ [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) + +### Uploading iOS Builds With Fastlane + + ### Uploading iOS Builds With the Sentry CLI diff --git a/includes/build-distribution/getting-started-ios.mdx b/includes/build-distribution/getting-started-ios.mdx index 86da343db4059..197c09cd8c83d 100644 --- a/includes/build-distribution/getting-started-ios.mdx +++ b/includes/build-distribution/getting-started-ios.mdx @@ -1,6 +1,10 @@ **Accepted Formats**: XCArchive -**Upload Mechanism**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) +**Upload Mechanisms**: [Fastlane Plugin](#uploading-ios-builds-with-fastlane) _or_ [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) + +### Uploading iOS Builds With Fastlane + + ### Uploading iOS Builds With the Sentry CLI