You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,15 @@ which java
56
56
File -> Sync Project with Gradle Files
57
57
```
58
58
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`
60
61
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)
62
63
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`
64
66
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:
0 commit comments