summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-08-24 22:42:02 +0000
committerRobert Speicher <robert@gitlab.com>2016-08-24 22:42:02 +0000
commit9ea01f32fe4355179da6082742b6ad06f9603388 (patch)
tree2d90474171f7909eb4601f610c95dd1a029c548a /CHANGELOG
parentf52cf56e90b2be3edb405fe588c94b637cf5088b (diff)
parent170885edd6f3ea52792511586778e0dce8021cf7 (diff)
downloadgitlab-ce-9ea01f32fe4355179da6082742b6ad06f9603388.tar.gz
Merge branch 'add-sentry-logging-to-api' into 'master'
Add Sentry logging to API calls ## What does this MR do? This MR adds support for Sentry logging in the API. ## Are there points in the code the reviewer needs to double check? Since the `Grape::Middleware` doesn't have a `params` method, I had to define one using the Rack Request. ## Why was this MR needed? We are missing a lot of useful errors in the API causing git push/pull errors ## What are the relevant issue numbers? #21043 See merge request !5882
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8b25b94b772..3ccc292d826 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.12.0 (unreleased)
- Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel)
- Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
- Add `wiki_page_events` to project hook APIs (Ben Boeckel)
+ - Add Sentry logging to API calls
- Added tests for diff notes
- Added 'only_allow_merge_if_build_succeeds' project setting in the API. !5930 (Duck)