Skip to content

Commit 4110cd4

Browse files
fix(codepush): Typo use sourcemaps upload not react-native appcenter (#12277)
1 parent c4c936f commit 4110cd4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you are using Hermes make sure `jq` is installed on your system. If it's not,
5656

5757
## Upload Source Maps
5858

59-
Upload source maps for your CodePush release by setting up your environment variables and running the `react-native appcenter` command.
59+
Upload source maps for your CodePush release by setting up your environment variables and running the `sourcemaps upload` command.
6060

6161
Before running the upload command, make sure to set up your environment variables.
6262

@@ -66,7 +66,7 @@ export SENTRY_PROJECT=___PROJECT_SLUG___
6666
export SENTRY_AUTH_TOKEN=___ORG_AUTH_TOKEN___
6767
```
6868

69-
To upload source maps for your CodePush release, use the `react-native appcenter` command.
69+
To upload source maps for your CodePush release, use the `sourcemaps upload` command.
7070

7171
```bash {tabTitle:Sentry CLI}
7272
npx sentry-cli sourcemaps upload \

0 commit comments

Comments
 (0)