From 1b1033ed9ce5bc5ff14877572bb9710fd64ff79f Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Thu, 13 Nov 2025 09:48:21 +0100 Subject: [PATCH] docs(size-analysis): Update sentry-cli version requirements (EME-382) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update size analysis documentation to use dynamic version injection for sentry-cli and specify minimum required version of 2.58.2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- docs/platforms/apple/guides/ios/size-analysis/index.mdx | 2 +- includes/size-analysis/upload-cli-android.mdx | 6 +++++- includes/size-analysis/upload-cli-ios.mdx | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/platforms/apple/guides/ios/size-analysis/index.mdx b/docs/platforms/apple/guides/ios/size-analysis/index.mdx index 728cd35e45b03..10a5c8815821d 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 6d01a26e84cc3..73bd40e3f52bb 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 b700936afe6bc..9a5feba83043a 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)