diff --git a/docs/platforms/android/size-analysis/index.mdx b/docs/platforms/android/size-analysis/index.mdx index 120fd02c904957..431c6c5f4c4208 100644 --- a/docs/platforms/android/size-analysis/index.mdx +++ b/docs/platforms/android/size-analysis/index.mdx @@ -11,6 +11,8 @@ description: Upload Android builds to Sentry for Size Analysis. ## Getting Started + + **Accepted Formats**: AAB (preferred) | APK **Upload Mechanisms**: [Gradle](#uploading-with-gradle) | [Sentry CLI](#uploading-with-the-sentry-cli) diff --git a/docs/platforms/apple/guides/ios/size-analysis/index.mdx b/docs/platforms/apple/guides/ios/size-analysis/index.mdx index 10a5c8815821d2..4445861f44748d 100644 --- a/docs/platforms/apple/guides/ios/size-analysis/index.mdx +++ b/docs/platforms/apple/guides/ios/size-analysis/index.mdx @@ -10,6 +10,8 @@ description: Upload iOS builds to Sentry for size analysis. ## Getting Started + + **Accepted Formats**: XCArchive (preferred) | IPA **Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) _or_ [Sentry CLI](#uploading-with-the-sentry-cli) diff --git a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx index 4ea3a939612be3..eec6e28983c5c8 100644 --- a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx +++ b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx @@ -10,6 +10,8 @@ description: Upload Flutter builds to Sentry for size analysis. ## Getting Started - iOS + + **Accepted Upload Formats**: XCArchive (preferred) | IPA **Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) @@ -20,6 +22,8 @@ description: Upload Flutter builds to Sentry for size analysis. ## Getting Started - Android +' + **Accepted Upload Formats**: AAB (preferred) | APK **Upload Mechanisms**: [Sentry CLI](#uploading-android-builds-with-the-sentry-cli) | [Gradle](#uploading-android-builds-with-gradle) diff --git a/docs/platforms/react-native/size-analysis/index.mdx b/docs/platforms/react-native/size-analysis/index.mdx index c439193efcb6c0..360cb3b9409917 100644 --- a/docs/platforms/react-native/size-analysis/index.mdx +++ b/docs/platforms/react-native/size-analysis/index.mdx @@ -11,6 +11,8 @@ description: Upload React Native iOS and Android builds to Sentry for size analy ## Getting Started - iOS + + **Accepted Upload Formats**: XCArchive (preferred) | IPA **Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) @@ -21,6 +23,8 @@ description: Upload React Native iOS and Android builds to Sentry for size analy ## Getting Started - Android + + **Accepted Upload Formats**: AAB (preferred) | APK **Upload Mechanisms**: [Sentry CLI](#uploading-android-builds-with-the-sentry-cli) | [Gradle](#uploading-android-builds-with-gradle) diff --git a/includes/size-analysis/ci-alert.mdx b/includes/size-analysis/ci-alert.mdx new file mode 100644 index 00000000000000..1c094c3f64d309 --- /dev/null +++ b/includes/size-analysis/ci-alert.mdx @@ -0,0 +1,5 @@ + + +Size Analysis is most effective when part of your CI pipeline. To set up, follow our guide on [integrating into CI](/product/size-analysis/integrating-into-ci/). + +