Skip to content

Commit 94490ff

Browse files
authored
Update README.md
1 parent 8d9f553 commit 94490ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ From our [documentation](https://docs.sentry.io/platforms/react-native/), the fo
3939

4040
1. git clone [email protected]:sentry-demos/sentry_react_native.git
4141
2. Add your DSN and BACKEND_URL for back-end to src/config.ts
42-
3. `export SENTRY_AUTH_TOKEN=<token>`
42+
3. `export const SENTRY_AUTH_TOKEN=<token>`
4343
4. Setup a Android Virtual Device via AVD Manager.
4444
5. If you don't have cocopods or get an error about cocopods out of date, run `gem install cocopods`
4545
6. `cd ios && pod install`
@@ -156,4 +156,4 @@ You may run into issues if you haven't added sdk and sdk platform-tools to path:
156156
If tools don't load, then swipe-away (kill) the app, then relaunch from app menu in the emulator. If still fails, then go to AVD Manager and 'wipe' the device and run the emulator again.
157157
Could also be a problem with the backend container/app you're requesting the tools from (check that URL/Postman, check TDA job)
158158

159-
When developing locally, must point React Native to http://127.0.0.1:8080/products backend instead of https://localhost:8080/products backend.
159+
When developing locally, must point React Native to http://127.0.0.1:8080/products backend instead of https://localhost:8080/products backend.

0 commit comments

Comments
 (0)