gitlab-org--gitlab-foss/app/controllers
Robert Speicher 9ea01f32fe 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
2016-08-24 22:42:02 +00:00
..
admin
ci
concerns
dashboard
explore
groups
import
oauth
profiles
projects
sherlock
abuse_reports_controller.rb
application_controller.rb Add Sentry logging to API calls 2016-08-24 12:09:51 -07:00
autocomplete_controller.rb
confirmations_controller.rb
dashboard_controller.rb
emojis_controller.rb
groups_controller.rb
health_check_controller.rb
help_controller.rb
invites_controller.rb
jwt_controller.rb
koding_controller.rb
namespaces_controller.rb
notification_settings_controller.rb
omniauth_callbacks_controller.rb
passwords_controller.rb
profiles_controller.rb
projects_controller.rb Restore get_id in ExtractsPath 2016-08-24 12:54:16 +02:00
registrations_controller.rb
root_controller.rb
search_controller.rb
sent_notifications_controller.rb
sessions_controller.rb
snippets_controller.rb
uploads_controller.rb
users_controller.rb