From cb0e2c631eeef3335a8c037d3045300c50d522c0 Mon Sep 17 00:00:00 2001 From: Adrian Collier Date: Wed, 14 May 2014 11:42:58 +0200 Subject: [PATCH 1/2] #535 adding Sentry to Release notes --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e9646cada9..8b1ed1897c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -139,6 +139,13 @@ We have made a small change to the underlying code that will provide better logg Github issue [#432](https://github.com/akvo/akvo-rsr/issues/432) +### Using Sentry within RSR + +We have added Sentry as a tool to assist us with monitoring and logging with RSR as part of our efforts to ensure we have a great performing system and access to all the right information to investigate when things don't go entirely to plan. You can read more about Sentry [here](http://sentry.readthedocs.org/en/latest/). + +Github issue [#541](https://github.com/akvo/akvo-rsr/issues/541) + + Akvo RSR ver 2.3.5 Uglyfruit --- From 341e1071fc24b2f42afa6fdfedb4e3a6ab657601 Mon Sep 17 00:00:00 2001 From: Adrian Collier Date: Wed, 14 May 2014 16:39:16 +0200 Subject: [PATCH 2/2] #535 removing #176 info --- RELEASE_NOTES.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b1ed1897c..acc3aa9b29 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,12 +13,6 @@ Wednesday 14th May 2014, adriancollier New Features --- -### Country options on project list - -We have added the feature now that only the countries that are present within the list of available projects are displayed in the dropdown. This allows the country selection to always return a project and provides a shorter list to select from. - -Github issue [#176](https://github.com/akvo/akvo-rsr/issues/176) - ### Add Update button change If a user was attempting to add an update to a project that they didn't have the permission for, then they were being served a 403 error page. We have now changed this activity to grey out the Add Update button for users that do not have permission to add updates on individual projects.