Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle possible HTTP exception for Sentry client | Peter Leitzen | 2019-04-07 | 1 | -9/+39 |
| | | | | | | | | | | | 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 response | Reuben Pereira | 2019-03-29 | 1 | -14/+71 |
| | | | | | | - Do not raise error when there are missing non-essential keys in sentry api response. - Add specs for to check for missing keys behavior. | ||||
* | Catch exception in calculate reactive cache | Reuben Pereira | 2019-02-21 | 1 | -1/+1 |
| | | | | Return the exception as an error. | ||||
* | Update Sentry client to get project list | Reuben Pereira | 2019-01-31 | 1 | -30/+129 |
| | |||||
* | Service for calling Sentry issues api | Reuben Pereira | 2019-01-09 | 1 | -0/+119 |