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
2 changes: 1 addition & 1 deletion docs/platforms/apple/guides/ios/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Upload iOS builds to Sentry for size analysis.

**Accepted Formats**: XCArchive (preferred) | IPA

**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) (version 1.34.0 or higher) _or_ [Sentry CLI](#uploading-with-the-sentry-cli)
**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) _or_ [Sentry CLI](#uploading-with-the-sentry-cli)
Copy link
Member

Choose a reason for hiding this comment

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

m: Why did you remove the minimum version of the fastlane plugin?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question, its redundant since we also mention the number in the size-analysis/upload-fastlane included below.

Image


### Uploading With Fastlane

Expand Down
6 changes: 5 additions & 1 deletion includes/size-analysis/upload-cli-android.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
1. Install the [sentry-cli](/cli/) (version `2.57.0` or higher)
1. Install the [sentry-cli](/cli/) (version `{{@inject apps.version('sentry-cli') }}`)

<Alert>
We recommend using the latest version for the best possible experience, but at a minimum version `2.58.2` is required.
</Alert>

2. Authenticate the Sentry CLI by [following these steps](https://docs.sentry.io/cli/configuration/#to-authenticate-manually)

Expand Down
6 changes: 5 additions & 1 deletion includes/size-analysis/upload-cli-ios.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
1. Install the [sentry-cli](/cli/) (version `2.57.0` or higher)
1. Install the [sentry-cli](/cli/) (version `{{@inject apps.version('sentry-cli') }}`)

<Alert>
We recommend using the latest version for the best possible experience, but at a minimum version `2.58.2` is required.
</Alert>

2. Authenticate the Sentry CLI by [following these steps](https://docs.sentry.io/cli/configuration/#to-authenticate-manually)

Expand Down
Loading