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: 2 additions & 0 deletions docs/platforms/android/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description: Upload Android builds to Sentry for Size Analysis.

## Getting Started

<Include name="size-analysis/ci-alert" />

**Accepted Formats**: AAB (preferred) | APK

**Upload Mechanisms**: [Gradle](#uploading-with-gradle) | [Sentry CLI](#uploading-with-the-sentry-cli)
Expand Down
2 changes: 2 additions & 0 deletions docs/platforms/apple/guides/ios/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: Upload iOS builds to Sentry for size analysis.

## Getting Started

<Include name="size-analysis/ci-alert" />

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

**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) _or_ [Sentry CLI](#uploading-with-the-sentry-cli)
Expand Down
4 changes: 4 additions & 0 deletions docs/platforms/dart/guides/flutter/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: Upload Flutter builds to Sentry for size analysis.

## Getting Started - iOS

<Include name="size-analysis/ci-alert" />

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

**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
Expand All @@ -20,6 +22,8 @@ description: Upload Flutter builds to Sentry for size analysis.

## Getting Started - Android

<Include name="size-analysis/ci-alert" />'

**Accepted Upload Formats**: AAB (preferred) | APK

**Upload Mechanisms**: [Sentry CLI](#uploading-android-builds-with-the-sentry-cli) | [Gradle](#uploading-android-builds-with-gradle)
Expand Down
4 changes: 4 additions & 0 deletions docs/platforms/react-native/size-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ description: Upload React Native iOS and Android builds to Sentry for size analy

## Getting Started - iOS

<Include name="size-analysis/ci-alert" />

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

**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli)
Expand All @@ -21,6 +23,8 @@ description: Upload React Native iOS and Android builds to Sentry for size analy

## Getting Started - Android

<Include name="size-analysis/ci-alert" />

**Accepted Upload Formats**: AAB (preferred) | APK

**Upload Mechanisms**: [Sentry CLI](#uploading-android-builds-with-the-sentry-cli) | [Gradle](#uploading-android-builds-with-gradle)
Expand Down
5 changes: 5 additions & 0 deletions includes/size-analysis/ci-alert.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Alert>

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/).

</Alert>
Loading