Skip to content

Commit d1c5bd6

Browse files
runningcodeclaude
andauthored
docs(size-analysis): Align code boxes and remove vcsInfo links (#15418)
## Summary - Align code boxes and images in numbered lists across size analysis upload documentation - Remove external links to Android developer documentation for `vcsInfo` extension - Improves visual consistency and readability of documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 4f189a6 commit d1c5bd6

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

includes/size-analysis/upload-cli-android.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
4. Invoke the following CLI command to trigger the upload:
88

9-
```bash
10-
sentry-cli build upload app.aab \
11-
--org your-org \
12-
--project your-project \
13-
--build-configuration Release
14-
```
9+
```bash
10+
sentry-cli build upload app.aab \
11+
--org your-org \
12+
--project your-project \
13+
--build-configuration Release
14+
```
1515

1616
5. After an upload has successfully processed, confirm the metadata is correct in the Sentry UI
1717

18-
![Upload metadata =400x](./images/android-metadata.png)
18+
![Upload metadata =400x](./images/android-metadata.png)

includes/size-analysis/upload-cli-ios.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
4. Invoke the following CLI command to trigger the upload:
88

9-
```bash
10-
sentry-cli build upload app.xcarchive \
11-
--org your-org \
12-
--project your-project \
13-
--build-configuration Release
14-
```
9+
```bash
10+
sentry-cli build upload app.xcarchive \
11+
--org your-org \
12+
--project your-project \
13+
--build-configuration Release
14+
```
1515

1616
5. After an upload has successfully processed, confirm the metadata is correct in the Sentry UI
1717

18-
![Upload metadata =400x](./images/ios-metadata.png)
18+
![Upload metadata =400x](./images/ios-metadata.png)

includes/size-analysis/upload-fastlane.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Fastlane plugin can be used to upload XCArchive or IPA builds to Sentry. On
2626

2727
4. After an upload has successfully processed, confirm the metadata is correct in the Sentry UI
2828

29-
![Upload metadata =400x](./images/ios-metadata.png)
29+
![Upload metadata =400x](./images/ios-metadata.png)
3030

3131
The Fastlane plugin automatically detects all build metadata. If needed, the metadata values can be overridden by passing parameters to `sentry_upload_build`:
3232

includes/size-analysis/upload-gradle.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
The Gradle plugin automatically detects build metadata from your git repository. On GitHub Actions, all metadata is automatically detected. On other CI systems, you may need to manually set some values using the [`vcsInfo`](https://developer.android.com/reference/tools/gradle-api/8.8/com/android/build/api/dsl/VcsInfo) extension.
1+
The Gradle plugin automatically detects build metadata from your git repository. On GitHub Actions, all metadata is automatically detected. On other CI systems, you may need to manually set some values using the `vcsInfo` extension.
22

33
1. Configure the [Sentry Android Gradle plugin](/platforms/android/configuration/gradle/) with at least version `6.0.0-beta1`
44

55
2. Set the auth token as an environment variable to be used when running your release build.
66

7-
<OrgAuthTokenNote />
7+
<OrgAuthTokenNote />
88

9-
```bash
10-
export SENTRY_AUTH_TOKEN=___ORG_AUTH_TOKEN___
11-
```
9+
```bash
10+
export SENTRY_AUTH_TOKEN=___ORG_AUTH_TOKEN___
11+
```
1212

1313
3. Enable uploading for size analysis for CI builds.
1414

@@ -40,11 +40,11 @@ export SENTRY_AUTH_TOKEN=___ORG_AUTH_TOKEN___
4040

4141
5. After an upload has successfully processed, confirm the metadata is correct in the Sentry UI
4242

43-
![Upload metadata =400x](./images/android-metadata.png)
43+
![Upload metadata =400x](./images/android-metadata.png)
4444

4545
### Overriding Metadata
4646

47-
The Gradle plugin automatically detects build metadata from your git repository. On GitHub Actions, all metadata is automatically detected. On other CI systems, you may need to manually set some values using the (`vcsInfo`)[https://developer.android.com/reference/tools/gradle-api/8.8/com/android/build/api/dsl/VcsInfo] extension.
47+
The Gradle plugin automatically detects build metadata from your git repository. On GitHub Actions, all metadata is automatically detected. On other CI systems, you may need to manually set some values using the `vcsInfo` extension.
4848

4949
Configure overrides in your Gradle build configuration:
5050

0 commit comments

Comments
 (0)