diff --git a/docs/platforms/android/size-analysis/index.mdx b/docs/platforms/android/size-analysis/index.mdx index 2af9e5dde42a3c..4d4b64eacd08a7 100644 --- a/docs/platforms/android/size-analysis/index.mdx +++ b/docs/platforms/android/size-analysis/index.mdx @@ -4,7 +4,7 @@ sidebar_title: Size Analysis sidebar_order: 5200 sidebar_section: features description: Upload Android builds to Sentry for Size Analysis. -beta: true +new: true --- [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. diff --git a/docs/platforms/android/size-analysis/insights.mdx b/docs/platforms/android/size-analysis/insights.mdx index 697cafcb2ec429..df823809397a95 100644 --- a/docs/platforms/android/size-analysis/insights.mdx +++ b/docs/platforms/android/size-analysis/insights.mdx @@ -2,7 +2,7 @@ title: Insights sidebar_order: 5250 description: Preview how Size Analysis reports highlight Android build trends. -beta: true +new: true --- 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. diff --git a/docs/platforms/apple/guides/ios/size-analysis/index.mdx b/docs/platforms/apple/guides/ios/size-analysis/index.mdx index cd2b93c2db1d50..74daf09bea3b48 100644 --- a/docs/platforms/apple/guides/ios/size-analysis/index.mdx +++ b/docs/platforms/apple/guides/ios/size-analysis/index.mdx @@ -3,7 +3,7 @@ title: Size Analysis sidebar_order: 4900 sidebar_section: features description: Upload iOS builds to Sentry for size analysis. -beta: true +new: true --- [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. diff --git a/docs/platforms/apple/guides/ios/size-analysis/insights.mdx b/docs/platforms/apple/guides/ios/size-analysis/insights.mdx index c181a397e3e87a..192165c1153dc1 100644 --- a/docs/platforms/apple/guides/ios/size-analysis/insights.mdx +++ b/docs/platforms/apple/guides/ios/size-analysis/insights.mdx @@ -3,7 +3,7 @@ title: Insights sidebar_order: 5250 description: See how Size Analysis surfaces trends for your iOS builds. og_image: /og-images/platforms-apple-guides-ios-size-analysis-insights.png -beta: true +new: true --- 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. diff --git a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx index eeb68c4d673dba..09bd85657e8fc0 100644 --- a/docs/platforms/dart/guides/flutter/size-analysis/index.mdx +++ b/docs/platforms/dart/guides/flutter/size-analysis/index.mdx @@ -2,7 +2,7 @@ title: Size Analysis sidebar_order: 5200 description: Upload Flutter builds to Sentry for size analysis. -beta: true +new: true --- [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. diff --git a/docs/platforms/dart/guides/flutter/size-analysis/insights.mdx b/docs/platforms/dart/guides/flutter/size-analysis/insights.mdx index 1a4c0b1a4d57b3..faa1980f2629fe 100644 --- a/docs/platforms/dart/guides/flutter/size-analysis/insights.mdx +++ b/docs/platforms/dart/guides/flutter/size-analysis/insights.mdx @@ -2,7 +2,7 @@ title: Insights sidebar_order: 5250 description: Preview how Size Analysis highlights Flutter build trends. -beta: true +new: true --- 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. diff --git a/docs/platforms/react-native/size-analysis/index.mdx b/docs/platforms/react-native/size-analysis/index.mdx index d748d0f5918cd1..15611149332743 100644 --- a/docs/platforms/react-native/size-analysis/index.mdx +++ b/docs/platforms/react-native/size-analysis/index.mdx @@ -4,7 +4,7 @@ sidebar_title: Size Analysis sidebar_order: 12 sidebar_section: features description: Upload React Native iOS and Android builds to Sentry for size analysis. -beta: true +new: true --- [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. diff --git a/docs/platforms/react-native/size-analysis/insights.mdx b/docs/platforms/react-native/size-analysis/insights.mdx index 1166818655d5e0..6b926a681962c9 100644 --- a/docs/platforms/react-native/size-analysis/insights.mdx +++ b/docs/platforms/react-native/size-analysis/insights.mdx @@ -2,7 +2,7 @@ title: Insights sidebar_order: 5250 description: See how Size Analysis surfaces trends for React Native builds. -beta: true +new: true --- 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. diff --git a/docs/product/size-analysis/index.mdx b/docs/product/size-analysis/index.mdx index 23acaa4585777e..65f5b78c100570 100644 --- a/docs/product/size-analysis/index.mdx +++ b/docs/product/size-analysis/index.mdx @@ -3,7 +3,7 @@ title: Size Analysis sidebar_order: 136 description: Monitor mobile builds for size changes before they reach users. og_image: /og-images/product-size-analysis.png -beta: true +new: true --- 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. diff --git a/docs/product/size-analysis/integrating-into-ci.mdx b/docs/product/size-analysis/integrating-into-ci.mdx index c464e486263b97..1c10a5aa224246 100644 --- a/docs/product/size-analysis/integrating-into-ci.mdx +++ b/docs/product/size-analysis/integrating-into-ci.mdx @@ -3,7 +3,7 @@ title: Integrating Into CI sidebar_order: 40 description: Set up the integration in CI to receive automated size change notifications og_image: /og-images/product-size-analysis-integrating-into-ci.png -beta: true +new: true ---