Skip to content

Commit c8387c6

Browse files
authored
Update README.md
1 parent 17ebfdb commit c8387c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ which java
5656
File -> Sync Project with Gradle Files
5757
```
5858
59-
5. Put your Sentry DSN key in `AndroidManifest.xml` and your 'project' name in the Makefile
59+
5. Put your Sentry DSN key in `AndroidManifest.xml`.
60+
6. Put your project name and org slug in the `Makefile` under `SENTRY_ORG` and `SENTRY_PROJECT`
6061
61-
6. For Performance Demo: Configure your *backend endpoint* in the `empowerplant.domain` attribute in `AndroidManifest.xml` (`application-monitoring-python` by default)
62+
7. For Performance Demo: Configure your *backend endpoint* in the `empowerplant.domain` attribute in `AndroidManifest.xml` (`application-monitoring-python` by default)
6263
63-
7. Put your AUTH Token and project name in `sentry.properties`. Then, check the `Makefile` and put the desired values for `SENTRY_ORG` and `SENTRY_PROJECT`
64+
8. Put your AUTH Token and project name in `sentry.properties`.
65+
9. `make all`
6466
65-
8. `make all`
66-
67-
9. Android Studio install Android NDK in Preferences > System & Behavior > System Settings > Android SDK > SDK Tools > and install the following:
67+
10. Android Studio install Android NDK in Preferences > System & Behavior > System Settings > Android SDK > SDK Tools > and install the following:
6868
![AndroidTools](screenshots/android-tools.png)
6969
7070
![gif](screenshots/debug-information-files-settings.png)

0 commit comments

Comments
 (0)