Skip to content

Commit 2ee8bfd

Browse files
committed
trim
1 parent 31e8248 commit 2ee8bfd

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Upload iOS builds to Sentry for size analysis.
1212

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

15-
**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) (version 1.34.0 or higher) *or* [Sentry CLI](#uploading-with-the-sentry-cli)
15+
**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) (version 1.34.0 or higher) _or_ [Sentry CLI](#uploading-with-the-sentry-cli)
1616

1717
### Uploading With Fastlane
1818

@@ -32,10 +32,6 @@ description: Upload iOS builds to Sentry for size analysis.
3232

3333
## Understanding App Size
3434

35-
### What We're Measuring
36-
37-
<Include name="size-analysis/what-were-measuring" />
38-
3935
### App Thinning
4036

4137
<Include name="size-analysis/app-thinning" />

includes/size-analysis/app-thinning.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ If you want results targeting a specific device type (recommended), apply app th
2020
```
2121

2222
And then pass this file to `xcodebuild` via the `-exportOptionsPlist export_options.plist` flag when building the app. This will produce a `app-thinning.plist` file in your build directory with information on the created app variants and where they are located on disk. Pick the appropriate IPA when uploading to Sentry.
23+
24+
If a build is uploaded without first being thinned, you may see multiple copies of your images (ex. different idiom and colorspace values) in your build analysis. We recommend uploading the thinned build to Sentry for the best results.

includes/size-analysis/what-were-measuring.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)