summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/error_tracking
Commit message (Collapse)AuthorAgeFilesLines
* Handle missing keys in sentry api responseReuben Pereira2019-03-291-1/+1
| | | | | | - Do not raise error when there are missing non-essential keys in sentry api response. - Add specs for to check for missing keys behavior.
* Fix error tracking page, not showing an empty stateJose Vargas2019-03-012-11/+30
| | | | | | | This MR adds a missing empty state for when a backend response contains an empty error list, it shows the table but with `no data to display` empty state, also adds a reload button that allows to refresh for data
* Catch exception in calculate reactive cacheReuben Pereira2019-02-211-3/+11
| | | | Return the exception as an error.
* Remove `error_tracking` feature flagPeter Leitzen2019-01-151-4/+0
| | | | | | | We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
* List Sentry Errors in GitLab - FrontendSimon Knox2019-01-117-0/+227