Skip to content

Commit fd9559d

Browse files
authored
link to ci integration in platform (#15515)
add links to CI integration in platform docs <img width="1001" height="218" alt="image" src="https://github.com/user-attachments/assets/d5731285-4ead-4bd5-8132-a109124a20ae" /> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent bf7e805 commit fd9559d

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

docs/platforms/android/size-analysis/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: Upload Android builds to Sentry for Size Analysis.
1111

1212
## Getting Started
1313

14+
<Include name="size-analysis/ci-alert" />
15+
1416
**Accepted Formats**: AAB (preferred) | APK
1517

1618
**Upload Mechanisms**: [Gradle](#uploading-with-gradle) | [Sentry CLI](#uploading-with-the-sentry-cli)

docs/platforms/apple/guides/ios/size-analysis/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: Upload iOS builds to Sentry for size analysis.
1010

1111
## Getting Started
1212

13+
<Include name="size-analysis/ci-alert" />
14+
1315
**Accepted Formats**: XCArchive (preferred) | IPA
1416

1517
**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) _or_ [Sentry CLI](#uploading-with-the-sentry-cli)

docs/platforms/dart/guides/flutter/size-analysis/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: Upload Flutter builds to Sentry for size analysis.
1010

1111
## Getting Started - iOS
1212

13+
<Include name="size-analysis/ci-alert" />
14+
1315
**Accepted Upload Formats**: XCArchive (preferred) | IPA
1416

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

2123
## Getting Started - Android
2224

25+
<Include name="size-analysis/ci-alert" />'
26+
2327
**Accepted Upload Formats**: AAB (preferred) | APK
2428

2529
**Upload Mechanisms**: [Sentry CLI](#uploading-android-builds-with-the-sentry-cli) | [Gradle](#uploading-android-builds-with-gradle)

docs/platforms/react-native/size-analysis/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: Upload React Native iOS and Android builds to Sentry for size analy
1111

1212
## Getting Started - iOS
1313

14+
<Include name="size-analysis/ci-alert" />
15+
1416
**Accepted Upload Formats**: XCArchive (preferred) | IPA
1517

1618
**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
2123

2224
## Getting Started - Android
2325

26+
<Include name="size-analysis/ci-alert" />
27+
2428
**Accepted Upload Formats**: AAB (preferred) | APK
2529

2630
**Upload Mechanisms**: [Sentry CLI](#uploading-android-builds-with-the-sentry-cli) | [Gradle](#uploading-android-builds-with-gradle)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Alert>
2+
3+
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/).
4+
5+
</Alert>

0 commit comments

Comments
 (0)