Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #156

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ which java
File -> Sync Project with Gradle Files
```

5. Put your Sentry DSN key in `AndroidManifest.xml` and your 'project' name in the Makefile
5. Put your Sentry DSN key in `AndroidManifest.xml`.
6. Put your project name and org slug in the `Makefile` under `SENTRY_ORG` and `SENTRY_PROJECT`

6. For Performance Demo: Configure your *backend endpoint* in the `empowerplant.domain` attribute in `AndroidManifest.xml` (`application-monitoring-python` by default)
7. For Performance Demo: Configure your *backend endpoint* in the `empowerplant.domain` attribute in `AndroidManifest.xml` (`application-monitoring-python` by default)

7. Put your AUTH Token and project name in sentry.properties
8. Put your AUTH Token and project name in `sentry.properties`.
9. `make all`

8. `make all`

9. Android Studio install Android NDK in Preferences > System & Behavior > System Settings > Android SDK > SDK Tools > and install the following:
10. Android Studio install Android NDK in Preferences > System & Behavior > System Settings > Android SDK > SDK Tools > and install the following:
![AndroidTools](screenshots/android-tools.png)

![gif](screenshots/debug-information-files-settings.png)
Expand Down
Loading