gitlab-org--gitlab-foss/spec/lib/sentry
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
..
client_spec.rb Handle possible HTTP exception for Sentry client 2019-04-07 07:51:36 +00:00