Skip to content

Commit e180436

Browse files
committed
CI permissions
1 parent c0432b7 commit e180436

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ The GitHub integration brings Size Analysis directly into your pull request work
1414

1515
1. Install the Sentry Github App by following the installation instructions in the [GitHub integration documentation](https://docs.sentry.io/organization/integrations/source-code-mgmt/github/).
1616

17+
a. If you have previously installed the Sentry App, ensure you have accepted the latest permissions in order to receive Status Checks.
18+
1719
2. Set up Size Analysis by following the guide for [iOS](/platforms/apple/guides/ios/size-analysis/) or [Android](/platforms/android/size-analysis/).
1820

1921
3. Create a workflow to upload base branch builds.
2022

2123
<Alert level="info" title="Release builds">
22-
We recommend uploading Release builds in CI since they display the cleanest
23-
diffs.
24+
We recommend uploading Release builds in CI since they are representative of
25+
what your end users see and provide cleaner diffs.
2426
</Alert>
2527

2628
Size Analysis works by comparing a head vs a base build, similar to how code review compares your new code to the baseline code. First, we need to upload base builds:

0 commit comments

Comments
 (0)