Skip to content

Commit 838e5f3

Browse files
mtopo27coolguyzone
andauthored
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent e180436 commit 838e5f3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ description: Upload Flutter builds to Sentry for size analysis.
1414

1515
**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) | [Fastlane](#uploading-ios-builds-with-fastlane)
1616

17-
### Uploading iOS builds with the Sentry CLI
17+
### Uploading iOS Builds With the Sentry CLI
1818

1919
<Include name="size-analysis/upload-cli-ios" />
2020

21-
### Uploading iOS builds with Fastlane
21+
### Uploading iOS Builds With Fastlane
2222

2323
<Include name="size-analysis/upload-fastlane" />
2424

@@ -32,7 +32,7 @@ description: Upload Flutter builds to Sentry for size analysis.
3232

3333
<Include name="size-analysis/upload-cli-android" />
3434

35-
### Uploading Android builds with Gradle
35+
### Uploading Android Builds With Gradle
3636

3737
<Include name="size-analysis/upload-gradle" />
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 5250
44
description: Preview how Size Analysis highlights Flutter build trends.
55
---
66

7-
Size Analysis Insights point out how opportunities to reduce your Flutter app's size. They spot patterns like duplicate files, oversized media, or unneeded assets, and list exactly what to fix along with the estimated size savings.
7+
Size Analysis Insights point out opportunities to reduce your Flutter app's size. They spot patterns like duplicate files, oversized media, or unneeded assets, and list exactly what to fix along with the estimated size savings.
88

99
For insights available for Flutter builds, see the following pages:
1010

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ description: Upload React Native iOS and Android builds to Sentry for size analy
1515

1616
**Upload Mechanisms**: [Sentry CLI](#uploading-ios-builds-with-the-sentry-cli) | [Fastlane](#uploading-ios-builds-with-fastlane)
1717

18-
### Uploading iOS builds with the Sentry CLI
18+
### Uploading iOS Builds With the Sentry CLI
1919

2020
<Include name="size-analysis/upload-cli-ios" />
2121

22-
### Uploading iOS builds with Fastlane
22+
### Uploading iOS Builds With Fastlane
2323

2424
<Include name="size-analysis/upload-fastlane" />
2525

@@ -33,7 +33,7 @@ description: Upload React Native iOS and Android builds to Sentry for size analy
3333

3434
<Include name="size-analysis/upload-cli-android" />
3535

36-
### Uploading Android builds with Gradle
36+
### Uploading Android Builds With Gradle
3737

3838
<Include name="size-analysis/upload-gradle" />
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 5250
44
description: See how Size Analysis surfaces trends for React Native builds.
55
---
66

7-
Size Analysis Insights point out how opportunities to reduce your React Native app's size. They spot patterns like duplicate files, oversized media, or unneeded assets, and list exactly what to fix along with the estimated size savings.
7+
Size Analysis Insights point out opportunities to reduce your React Native app's size. They spot patterns like duplicate files, oversized media, or unneeded assets, and list exactly what to fix along with the estimated size savings.
88

99
For insights available for React Native builds, see the following pages:
1010

docs/product/size-analysis/integrating-into-ci.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Integrating into CI
2+
title: Integrating Into CI
33
sidebar_order: 40
44
description: Set up the integration in CI to receive automated size change notifications
55
---
@@ -73,7 +73,7 @@ Clicking on the "Details" button above should bring you to a more detailed break
7373

7474
## Troubleshooting
7575

76-
### Not seeing status checks
76+
### Not Seeing Status Checks
7777

7878
Check that:
7979

@@ -83,14 +83,14 @@ Check that:
8383
- Your builds that you want to compare have the same build configuration (for example, both are `Release` builds)
8484
- Your builds contain all the [required metadata](/product/size-analysis/#upload-metadata)
8585

86-
### Missing base build
86+
### Missing Base Build
8787

8888
The first time you set up Size Analysis, your main branch may not have any builds yet:
8989

9090
1. Merge a PR or push to your main branch to trigger a build
9191
2. Future PRs will be able to compare against this base build
9292

93-
### Unexpected size changes show in the comparison
93+
### Unexpected Size Changes Show in the Comparison
9494

9595
This could be due to a few things:
9696

0 commit comments

Comments
 (0)