Skip to content

Commit 0fc4551

Browse files
authored
Merge branch 'master' into feat/makeplane-self-hosted-docs
2 parents 4077fcb + 3269772 commit 0fc4551

File tree

15 files changed

+21
-16
lines changed

15 files changed

+21
-16
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Size Analysis
33
sidebar_title: Size Analysis
44
sidebar_order: 5200
55
description: Upload Android builds to Sentry for Size Analysis.
6+
beta: true
67
---
78

8-
<Include name="size-analysis/ea" />
9-
109
[Size Analysis](/product/size-analysis) helps monitor your mobile app's size in pre-production to prevent unexpected size increases (regressions) from reaching users. Aside from being courteous to your users, a smaller app size helps boost installation and retention rates, especially for customers with limited storage or slower connections.
1110

1211
## Getting Started

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Insights
33
sidebar_order: 5250
44
description: Preview how Size Analysis reports highlight Android build trends.
5+
beta: true
56
---
67

78
Size Analysis Insights point out opportunities to reduce your Android 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.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Size Analysis
33
sidebar_order: 5200
44
description: Upload iOS builds to Sentry for size analysis.
5+
beta: true
56
---
67

7-
<Include name="size-analysis/ea" />
8-
98
[Size Analysis](/product/size-analysis) helps monitor your mobile app's size in pre-production to prevent unexpected size increases (regressions) from reaching users. Aside from being courteous to your users, a smaller app size helps boost installation and retention rates, especially for customers with limited storage or slower connections.
109

1110
## Getting Started

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Insights
33
sidebar_order: 5250
44
description: See how Size Analysis surfaces trends for your iOS builds.
55
og_image: /og-images/platforms-apple-guides-ios-size-analysis-insights.png
6+
beta: true
67
---
78

89
Size Analysis Insights point out opportunities to reduce your iOS 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.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Size Analysis
33
sidebar_order: 5200
44
description: Upload Flutter builds to Sentry for size analysis.
5+
beta: true
56
---
67

7-
<Include name="size-analysis/ea" />
8-
98
[Size Analysis](/product/size-analysis) helps monitor your mobile app's size in pre-production to prevent unexpected size increases (regressions) from reaching users. Aside from being courteous to your users, a smaller app size helps boost installation and retention rates, especially for customers with limited storage or slower connections.
109

1110
## Getting Started - iOS

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Insights
33
sidebar_order: 5250
44
description: Preview how Size Analysis highlights Flutter build trends.
5+
beta: true
56
---
67

78
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.

docs/platforms/java/guides/spring-boot/advanced-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_section: configuration
55
description: "Learn about managing the release ID and customizing Spring Boot to your organization's needs."
66
---
77

8-
Sentry's Spring Boot integration automatically includes the release and sets options as described in the following sections.
8+
Sentry's Spring Boot integration automatically includes the release and sets options as described in the following sections.
99

1010
## Using Git Commit ID As The Release
1111

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Size Analysis
33
sidebar_title: Size Analysis
44
sidebar_order: 5200
55
description: Upload React Native iOS and Android builds to Sentry for size analysis.
6+
beta: true
67
---
78

8-
<Include name="size-analysis/ea" />
9-
109
[Size Analysis](/product/size-analysis) helps monitor your mobile app's size in pre-production to prevent unexpected size increases (regressions) from reaching users. Aside from being courteous to your users, a smaller app size helps boost installation and retention rates, especially for customers with limited storage or slower connections.
1110

1211
## Getting Started - iOS

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Insights
33
sidebar_order: 5250
44
description: See how Size Analysis surfaces trends for React Native builds.
5+
beta: true
56
---
67

78
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.

docs/product/size-analysis/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Size Analysis
33
sidebar_order: 136
44
description: Monitor mobile builds for size changes before they reach users.
55
og_image: /og-images/product-size-analysis.png
6+
beta: true
67
---
78

8-
<Include name="size-analysis/ea" />
9-
109
Size Analysis monitors your mobile app size to prevent regressions before they reach users. Upload builds from CI to spot regressions early, understand what's inside each bundle, and keep release artifacts lean.
1110

1211
## Why Track App Size?

0 commit comments

Comments
 (0)