|
@@ -99,6 +99,13 @@ function IssueListSearchBar({organization, tags, ...props}: Props) {
|
|
|
icon: <IconStar size="xs" />,
|
|
|
childrenWrapper: RecommendedWrapper,
|
|
|
children: [
|
|
|
+ {
|
|
|
+ type: ItemType.RECOMMENDED,
|
|
|
+ kind: FieldKind.FIELD,
|
|
|
+ title: t('Issue Category'),
|
|
|
+ desc: t('Error or performance issues.'),
|
|
|
+ value: 'issue.category:',
|
|
|
+ },
|
|
|
{
|
|
|
type: ItemType.RECOMMENDED,
|
|
|
kind: FieldKind.FIELD,
|
|
@@ -120,13 +127,6 @@ function IssueListSearchBar({organization, tags, ...props}: Props) {
|
|
|
desc: t('Filter by fatal, error, etc.'),
|
|
|
value: 'level:',
|
|
|
},
|
|
|
- {
|
|
|
- type: ItemType.RECOMMENDED,
|
|
|
- kind: FieldKind.FIELD,
|
|
|
- title: t('Device'),
|
|
|
- desc: t('Filter events by device.'),
|
|
|
- value: 'device.',
|
|
|
- },
|
|
|
{
|
|
|
type: ItemType.RECOMMENDED,
|
|
|
kind: FieldKind.FIELD,
|