Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/platforms/dart/guides/flutter/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Include name="size-analysis/upload-fastlane" />

### Uploading iOS Builds With the Sentry CLI

Expand Down
6 changes: 5 additions & 1 deletion docs/platforms/react-native/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Include name="size-analysis/upload-fastlane" />

### Uploading iOS Builds With the Sentry CLI

Expand Down
6 changes: 5 additions & 1 deletion includes/build-distribution/getting-started-ios.mdx
Original file line number Diff line number Diff line change
@@ -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

<Include name="size-analysis/upload-fastlane" />

### Uploading iOS Builds With the Sentry CLI

Expand Down
Loading