summaryrefslogtreecommitdiff
path: root/lib/sentry
Commit message (Collapse)AuthorAgeFilesLines
* Handle possible HTTP exception for Sentry clientPeter Leitzen2019-04-071-3/+27
| | | | | | | | | | | 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.
* Handle missing keys in sentry api responseReuben Pereira2019-03-291-11/+21
| | | | | | - Do not raise error when there are missing non-essential keys in sentry api response. - Add specs for to check for missing keys behavior.
* Bump httparty to version 1.16.4Dmitriy Zaporozhets2019-03-191-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Catch exception in calculate reactive cacheReuben Pereira2019-02-211-1/+1
| | | | Return the exception as an error.
* Update Sentry client to get project listReuben Pereira2019-01-311-11/+47
|
* Service for calling Sentry issues apiReuben Pereira2019-01-091-0/+104