summaryrefslogtreecommitdiff
path: root/spec/frontend/error_tracking/components/list_mock.json
blob: a6e94c1a0262145ae3a8c49e6fb8da01247d3e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
  {
    "id": "1",
    "title": "PG::ConnectionBad: FATAL",
    "type": "error",
    "userCount": 0,
    "count": "52",
    "firstSeen": "2019-05-30T07:21:46Z",
    "lastSeen": "2019-11-06T03:21:39Z"
  },
  {
    "id": "2",
    "title": "ActiveRecord::StatementInvalid",
    "type": "error",
    "userCount": 0,
    "count": "12",
    "firstSeen": "2019-10-19T03:53:56Z",
    "lastSeen": "2019-11-05T03:51:54Z"
  },
  {
    "id": "3",
    "title": "Command has failed",
    "type": "default",
    "userCount": 0,
    "count": "275",
    "firstSeen": "2019-02-12T07:22:36Z",
    "lastSeen": "2019-10-22T03:20:48Z"
  }
]