From 17ebfdbfd579ee6fd0fcb6a703559c75c5f56cab Mon Sep 17 00:00:00 2001 From: Chris Stavitsky <12092849+cstavitsky@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:59:16 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1574b6..bd386cb4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ which java 6. 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 +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` 8. `make all` From c8387c69b0195830ee78faba775adb43222773b5 Mon Sep 17 00:00:00 2001 From: Chris Stavitsky <12092849+cstavitsky@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:03:48 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bd386cb4..50f84600 100644 --- a/README.md +++ b/README.md @@ -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`. Then, check the `Makefile` and put the desired values for `SENTRY_ORG` and `SENTRY_PROJECT` +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)