Skip to content

Commit d3e8e0c

Browse files
committed
Update wording
1 parent 64c987f commit d3e8e0c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/platforms/android/build-distribution/auto-update.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Make sure your Sentry Java version is at least 8.27.0 and you have the [Sentry A
2222
You'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`
2625

2726
## Installation
2827

@@ -62,6 +61,8 @@ sentry {
6261
}
6362
```
6463

64+
This expect to find the environment variable `SENTRY_DISTRIBUTION_AUTH_TOKEN`, copy the token you generated in the preceeding step to this variable in your CI environment.
65+
6566
### Configuration Options
6667

6768
| Option | Description | Default |

docs/platforms/apple/guides/ios/build-distribution/auto-update.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The SDK can only be installed using Swift Package Manager.
2222
You'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.
2625

2726
## Installation
2827

includes/build-distribution/create-integration-token.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ To use the Auto-Update SDK, you need to create an internal integration token wit
1616
1. Click **Save Changes**
1717
1. Scroll down to the Tokens section and click **New Token**
1818
![Create New Token =800x](./images/create-auth-token.png)
19+
1. Save the generated token, you'll need it to integrate the SDK

0 commit comments

Comments
 (0)