Skip to content

Commit 4c5b21f

Browse files
committed
feat(preprod): Add build distribution docs
Fixes EME-453
1 parent 1b09291 commit 4c5b21f

File tree

4 files changed

+103
-0
lines changed

4 files changed

+103
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Build Distribution
3+
sidebar_title: Build Distribution
4+
sidebar_order: 5250
5+
description: Upload Android builds to Sentry for distribution to internal teams and beta testers.
6+
---
7+
8+
<Include name="build-distribution/ea" />
9+
10+
[Build Distribution](/product/build-distribution) helps you securely distribute Android builds to your internal teams and beta testers.
11+
12+
## Getting Started
13+
14+
**Accepted Formats**: AAB (preferred) | APK
15+
16+
**Upload Mechanisms**: [Gradle](#uploading-with-gradle) | [Sentry CLI](#uploading-with-the-sentry-cli)
17+
18+
### Uploading With Gradle
19+
20+
<Include name="size-analysis/upload-gradle" />
21+
22+
### Uploading With the Sentry CLI
23+
24+
<Include name="size-analysis/upload-cli-android" />
25+
26+
## Upload Metadata
27+
28+
<Include name="size-analysis/upload-metadata" />
29+
30+
### Build Configuration
31+
32+
<Include name="size-analysis/upload-metadata" />
33+
34+
<PageGrid />
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Build Distribution
3+
sidebar_order: 5250
4+
description: Upload iOS builds to Sentry for distribution to internal teams and beta testers.
5+
---
6+
7+
<Include name="build-distribution/ea" />
8+
9+
[Build Distribution](/product/build-distribution) helps you securely distribute iOS builds to your internal teams and beta testers.
10+
Streamline your distribution workflow with automated uploads from CI.
11+
12+
## Getting Started
13+
14+
**Accepted Formats**: XCArchive (preferred) | IPA
15+
16+
**Upload Mechanisms**: [Fastlane Plugin](#uploading-with-fastlane) (version 1.35.0 or higher) _or_ [Sentry CLI](#uploading-with-the-sentry-cli)
17+
18+
### Uploading With Fastlane
19+
20+
<Include name="size-analysis/upload-fastlane" />
21+
22+
### Uploading with the Sentry CLI
23+
24+
<Include name="size-analysis/upload-cli-ios" />
25+
26+
## Upload Metadata
27+
28+
<Include name="size-analysis/upload-metadata" />
29+
30+
### Build Configuration
31+
32+
<Include name="size-analysis/build-configuration-ios" />
33+
34+
## Distribution Management
35+
36+
## What's Next?
37+
38+
We strongly recommend integrating Build Distribution into your CI pipeline for automated distribution workflows.
39+
40+
<PageGrid />
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Build Distribution
3+
sidebar_order: 137
4+
description: Distribute app builds to internal teams and beta testers.
5+
---
6+
7+
<Include name="build-distribution/ea" />
8+
9+
Build Distribution enables you to securely distribute app builds to your internal teams and beta testers. Upload builds from CI to streamline your distribution workflow, manage access control, and track installation analytics.
10+
11+
### CI Integration
12+
13+
Integrate Build Distribution into your CI pipeline to automatically distribute builds to your teams.
14+
15+
## Upload Guides
16+
17+
You can follow the platform guides to learn how to upload builds for distribution:
18+
19+
- [iOS](/platforms/apple/guides/ios/build-distribution/)
20+
- [Android](/platforms/android/build-distribution/)
21+
22+
### Upload Metadata
23+
24+
Below is the metadata included in your build, regardless of the platform.
25+
26+
<Include name="size-analysis/upload-metadata" />
27+
28+
<PageGrid />

includes/build-distribution/ea.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<Include name="feature-available-for-user-group-early-adopter" />

0 commit comments

Comments
 (0)