Skip to content

Commit 5cb3444

Browse files
runningcodeclaude
andauthored
docs(flutter,react-native): Add Fastlane to size analysis and build distribution (EME-683) (#15789)
## Summary - Adds Fastlane as an upload mechanism for iOS builds in Flutter size analysis documentation - Adds Fastlane as an upload mechanism for iOS builds in React Native size analysis documentation - Adds Fastlane as an upload mechanism for iOS builds in Flutter and React Native build distribution documentation Direct links to the previews: RN Size Analysis: https://sentry-docs-git-no-eme-683-add-fastlane-to-flutter-and-r-ad0880.sentry.dev/platforms/react-native/size-analysis/ RN Build Distribution: https://sentry-docs-git-no-eme-683-add-fastlane-to-flutter-and-r-ad0880.sentry.dev/platforms/react-native/build-distribution/ Flutter Size Analysis: https://sentry-docs-git-no-eme-683-add-fastlane-to-flutter-and-r-ad0880.sentry.dev/platforms/dart/guides/flutter/size-analysis/ Flutter Build Distribution: https://sentry-docs-git-no-eme-683-add-fastlane-to-flutter-and-r-ad0880.sentry.dev/platforms/dart/guides/flutter/build-distribution/ Fixes EME-683 Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a38d765 commit 5cb3444

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/platforms/dart/guides/flutter/size-analysis/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ description: Upload Flutter builds to Sentry for size analysis.
1414

1515
**Accepted Upload Formats**: XCArchive (preferred) | IPA
1616

17-
**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
17+
**Upload Mechanisms**: [Fastlane Plugin](#uploading-ios-builds-with-fastlane) _or_ [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
18+
19+
### Uploading iOS Builds With Fastlane
20+
21+
<Include name="size-analysis/upload-fastlane" />
1822

1923
### Uploading iOS Builds With the Sentry CLI
2024

docs/platforms/react-native/size-analysis/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ description: Upload React Native iOS and Android builds to Sentry for size analy
1515

1616
**Accepted Upload Formats**: XCArchive (preferred) | IPA
1717

18-
**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
18+
**Upload Mechanisms**: [Fastlane Plugin](#uploading-ios-builds-with-fastlane) _or_ [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
19+
20+
### Uploading iOS Builds With Fastlane
21+
22+
<Include name="size-analysis/upload-fastlane" />
1923

2024
### Uploading iOS Builds With the Sentry CLI
2125

includes/build-distribution/getting-started-ios.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
**Accepted Formats**: XCArchive
22

3-
**Upload Mechanism**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
3+
**Upload Mechanisms**: [Fastlane Plugin](#uploading-ios-builds-with-fastlane) _or_ [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
4+
5+
### Uploading iOS Builds With Fastlane
6+
7+
<Include name="size-analysis/upload-fastlane" />
48

59
### Uploading iOS Builds With the Sentry CLI
610

0 commit comments

Comments
 (0)