Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/product/size-analysis/integrating-into-ci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Check that:
- You're correctly uploading builds for size analysis from all base branch builds
- You're correctly uploading builds for size analysis from the PR branch.
- Your builds that you want to compare have the same build configuration (for example, both are `Release` builds)
- Your builds contain all the [required metadata](/product/size-analysis/#upload-metadata)
- Your builds include the expected [upload metadata](/product/size-analysis/#upload-metadata)

### Missing Base Build

Expand Down
2 changes: 1 addition & 1 deletion includes/size-analysis/upload-metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We use build metadata to organize builds in the UI and ensure correct comparison
| ----------------------- | --------------------------------------------------------------------------------------------------------- |
| `org`\* | Sentry organization slug |
| `project`\* | Sentry project slug |
| `build-configuration`\* | Build configuration describing how the app was built, for example `Release` or `Debug` or `Release-Bazel` |
| `build-configuration` | Build configuration describing how the app was built, for example `Release`, `Debug`, or an Android build variant like `freeRelease`. Recommended so size comparisons stay like-for-like across variants. |
| `head-sha` | Current commit SHA |
| `base-sha` | Base commit SHA (for comparisons, recommended to use the branch's merge-base) |
| `vcs-provider` | VCS provider name (for example `github`, `gitlab`, `bitbucket`, `azure`, `github_enterprise`). If not provided, the provider will be auto-detected from the git remote URL. Note: Only `github` and `github_enterprise` are supported for status checks. |
Expand Down
Loading