File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
android/build-distribution
apple/guides/ios/build-distribution
includes/build-distribution Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Make sure your Sentry Java version is at least 8.27.0 and you have the [Sentry A
2222You'll also need an [ internal integration token] ( #create-an-integration-token ) with Build Distribution permissions.
2323
2424<Include name = " build-distribution/create-integration-token" />
25+ 1 . Copy the generated token to your CI secrets as an environment ` SENTRY_DISTRIBUTION_AUTH_TOKEN `
2526
2627## Installation
2728
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ The SDK can only be installed using Swift Package Manager.
2222You'll also need an [ internal integration token] ( #create-an-integration-token ) with Build Distribution permissions.
2323
2424<Include name = " build-distribution/create-integration-token" />
25+ 1 . Save the new token, you will need it when using the SDK from Swift.
2526
2627## Installation
2728
Original file line number Diff line number Diff line change 33To use the Auto-Update SDK, you need to create an internal integration token with the appropriate permissions:
44
551 . Navigate to ** Settings > Custom Integrations** in your Sentry organization
6- 2 . Click ** Create New Integration**
6+ 1 . Click ** Create New Integration**
77 ![ Create New Integration =800x] ( ./images/create-new-integration.png )
88
9- 3 . Select ** Internal Integration** and click ** Next**
9+ 1 . Select ** Internal Integration** and click ** Next**
1010 ![ Internal Integration =600x] ( ./images/internal-integration.png )
1111
12- 4 . Give your integration a name (e.g., "Build Distribution")
12+ 1 . Give your integration a name (e.g., "Build Distribution")
1313 ![ Name token =800x] ( ./images/name-token.png )
14- 5 . Under ** Permissions** , select ** Read** next to the ** Distribution** scope.
14+ 1 . Under ** Permissions** , select ** Read** next to the ** Distribution** scope.
1515 ![ Set Permissions =800x] ( ./images/set-permissions.png )
16- 6 . Click ** Save Changes**
17- 7 . Scroll down to the Tokens section and click ** New Token**
16+ 1 . Click ** Save Changes**
17+ 1 . Scroll down to the Tokens section and click ** New Token**
1818 ![ Create New Token =800x] ( ./images/create-auth-token.png )
19- 8 . Copy the generated token to your CI secrets as an environment ` SENTRY_DISTRIBUTION_AUTH_TOKEN `
20-
You can’t perform that action at this time.
0 commit comments