From ec8a99a4da0f676997283ee1910313648f04e67d Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Nov 2021 12:14:27 +0100 Subject: [PATCH 1/2] readme update for clarity --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b273fde..ab95e0f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ Logs errors to Sentry +## Installation Instructions + +bench get-app https://github.com/Bloomstack/frappe-sentry +bench --site sitename install-app sentry +bench migrate +bench restart +bench clear-cache + +To configure DSN search for sentry settings inside of the Frappe ui and insert your DSN Link and press save + #### License -MIT \ No newline at end of file +MIT From d5c644c8a136f2b4dfa86bbab7edada9566c2ccc Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Nov 2021 12:15:21 +0100 Subject: [PATCH 2/2] readme update for installation clarity --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab95e0f..67dfec2 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Logs errors to Sentry ## Installation Instructions -bench get-app https://github.com/Bloomstack/frappe-sentry -bench --site sitename install-app sentry -bench migrate -bench restart -bench clear-cache +- bench get-app https://github.com/Bloomstack/frappe-sentry +- bench --site sitename install-app sentry +- bench migrate +- bench restart +- bench clear-cache To configure DSN search for sentry settings inside of the Frappe ui and insert your DSN Link and press save