123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- export function Groups() {
- return [
- {
- lastSeen: '2017-07-25T02:22:19Z',
- numComments: 0,
- userCount: 1,
- culprit: 'Constructor.onSimilarUpdate(app/views/groupSimilar/groupingMergedList)',
- title: 'ReferenceError: unmergedList is not defined',
- id: '274',
- assignedTo: null,
- logger: 'javascript',
- type: 'error',
- annotations: [],
- metadata: {type: 'ReferenceError', value: 'unmergedList is not defined'},
- status: 'unresolved',
- subscriptionDetails: null,
- isPublic: false,
- hasSeen: false,
- shortId: 'INTERNAL-4K',
- shareId: '312e323734',
- firstSeen: '2017-07-25T02:21:52Z',
- count: '2',
- permalink: 'http://localhost:8000/sentry/project-slug/issues/274/',
- level: 'error',
- isSubscribed: true,
- isBookmarked: false,
- project: {name: 'Internal', slug: 'project-slug', id: '123'},
- statusDetails: {},
- },
- {
- lastSeen: '2017-07-25T02:20:35Z',
- numComments: 0,
- userCount: 1,
- culprit: 'size(app/views/groupSimilar/groupingMergedList)',
- title: "TypeError: Cannot read property 'size' of undefined",
- id: '275',
- assignedTo: null,
- logger: 'javascript',
- type: 'error',
- annotations: [],
- metadata: {type: 'TypeError', value: "Cannot read property 'size' of undefined"},
- status: 'unresolved',
- subscriptionDetails: null,
- isPublic: false,
- hasSeen: true,
- shortId: 'INTERNAL-4M',
- shareId: '312e323735',
- firstSeen: '2017-07-25T02:20:35Z',
- count: '1',
- permalink: 'http://localhost:8000/sentry/project-slug/issues/275/',
- level: 'error',
- isSubscribed: true,
- isBookmarked: false,
- project: {name: 'Internal', slug: 'project-slug', id: '123'},
- statusDetails: {},
- },
- {
- lastSeen: '2017-07-24T23:41:44Z',
- numComments: 0,
- userCount: 3,
- culprit: 'length(app/views/groupSimilar/groupSimilarView)',
- title: "TypeError: Cannot read property 'length' of undefined",
- id: '271',
- assignedTo: null,
- logger: 'javascript',
- type: 'error',
- annotations: [],
- metadata: {
- type: 'TypeError',
- value: "Cannot read property 'length' of undefined",
- },
- status: 'resolved',
- subscriptionDetails: null,
- isPublic: false,
- hasSeen: false,
- shortId: 'INTERNAL-4G',
- shareId: '312e323731',
- firstSeen: '2017-07-10T18:32:43Z',
- count: '90',
- permalink: 'http://localhost:8000/sentry/project-slug/issues/271/',
- level: 'error',
- isSubscribed: true,
- isBookmarked: false,
- project: {name: 'Internal', slug: 'project-slug', id: '123'},
- statusDetails: {},
- },
- {
- lastSeen: '2017-07-25T23:21:19Z',
- numComments: 0,
- userCount: 1,
- culprit: 'stale(app/views/groupDetails)',
- title: "TypeError: Cannot read property 'stale' of undefined",
- id: '216',
- assignedTo: {
- username: 'billy@sentry.io',
- isManaged: false,
- lastActive: '2017-07-26T18:28:19.391Z',
- identities: [],
- id: '1',
- isActive: true,
- has2fa: false,
- name: 'billy@sentry.io',
- avatarUrl:
- 'https://secure.gravatar.com/avatar/7b544e8eb9d08ed777be5aa82121155a?s=32&d=mm',
- dateJoined: '2017-06-26T21:02:13.264Z',
- emails: [{is_verified: false, id: '1', email: 'billy@sentry.io'}],
- avatar: {avatarUuid: null, avatarType: 'letter_avatar'},
- lastLogin: '2017-07-25T01:00:50.473Z',
- email: 'billy@sentry.io',
- },
- logger: 'javascript',
- type: 'error',
- annotations: [],
- metadata: {type: 'TypeError', value: "Cannot read property 'stale' of undefined"},
- status: 'unresolved',
- subscriptionDetails: {reason: 'changed_status'},
- isPublic: false,
- hasSeen: true,
- shortId: 'INTERNAL-2S',
- shareId: '312e323136',
- firstSeen: '2017-07-25T02:20:35Z',
- count: '15',
- permalink: 'http://localhost:8000/sentry/project-slug/issues/216/',
- level: 'error',
- isSubscribed: true,
- isBookmarked: false,
- project: {name: 'Internal', slug: 'project-slug', id: '123'},
- statusDetails: {},
- },
- ];
- }
|