Skip to content

Commit 1263df8

Browse files
Update docs/platforms/react-native/sourcemaps/uploading/codepush.mdx
Co-authored-by: LucasZF <[email protected]>
1 parent c6b46e4 commit 1263df8

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/sourcemaps/uploading

1 file changed

+1
-1
lines changed

docs/platforms/react-native/sourcemaps/uploading/codepush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ npx sentry-cli sourcemaps upload \
7979

8080
### Optional Release and Dist
8181

82-
To associate the uploaded artifacts with the CodePush release, use the `--release` and `--dist` options. Make sure that events reported by the SDK have the same `release` and `dist` values. You can follow the default schema `${BUNDLE}@${VERSION}+${BUILD}` for `release` and `${BUILD}` for `dist` or set the values manually in `Sentry.init`. This is optional when uploading artifacts with Debug IDs.
82+
To associate the uploaded artifacts with the CodePush release, use the `--release` and `--dist` options, which are parameters of the sentry-cli command. Make sure that events reported by the SDK have the same `release` and `dist` values. You can follow the default schema `${BUNDLE}@${VERSION}+${BUILD}` for `release` and `${BUILD}` for `dist` or set the values manually in `Sentry.init`. This is optional when uploading artifacts with Debug IDs.
8383

8484
### Using `codePush.getUpdateMetadata`
8585

0 commit comments

Comments
 (0)