diff --git a/docs/platforms/apple/guides/ios/size-analysis/index.mdx b/docs/platforms/apple/guides/ios/size-analysis/index.mdx index 728cd35e45b03c..10a5c8815821d2 100644 --- a/docs/platforms/apple/guides/ios/size-analysis/index.mdx +++ b/docs/platforms/apple/guides/ios/size-analysis/index.mdx @@ -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) ### Uploading With Fastlane diff --git a/includes/size-analysis/upload-cli-android.mdx b/includes/size-analysis/upload-cli-android.mdx index 6d01a26e84cc3a..73bd40e3f52bbb 100644 --- a/includes/size-analysis/upload-cli-android.mdx +++ b/includes/size-analysis/upload-cli-android.mdx @@ -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') }}`) + + + We recommend using the latest version for the best possible experience, but at a minimum version `2.58.2` is required. + 2. Authenticate the Sentry CLI by [following these steps](https://docs.sentry.io/cli/configuration/#to-authenticate-manually) diff --git a/includes/size-analysis/upload-cli-ios.mdx b/includes/size-analysis/upload-cli-ios.mdx index b700936afe6bcd..9a5feba83043ac 100644 --- a/includes/size-analysis/upload-cli-ios.mdx +++ b/includes/size-analysis/upload-cli-ios.mdx @@ -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') }}`) + + + We recommend using the latest version for the best possible experience, but at a minimum version `2.58.2` is required. + 2. Authenticate the Sentry CLI by [following these steps](https://docs.sentry.io/cli/configuration/#to-authenticate-manually)