gitlab-org--gitlab-foss/app/services/error_tracking
Peter Leitzen bbb17ea1ea Handle possible HTTP exception for Sentry client
Prior this commit exceptions raised during a HTTP request
weren't caught by the Sentry client and were passed to the user.

In addition the Sentry client tried to catch a non-existent error
`Sentry::Client::SentryError`.

Now, the Sentry client catches all possible errors coming from
a HTTP request.
2019-04-07 07:51:36 +00:00
..
list_issues_service.rb Handle missing keys in sentry api response 2019-03-29 14:53:40 +00:00
list_projects_service.rb Handle possible HTTP exception for Sentry client 2019-04-07 07:51:36 +00:00