change(ui): moved insights to diff section
This commit is contained in:
parent
4c6e9fd8aa
commit
619702e91b
1 changed files with 10 additions and 12 deletions
|
|
@ -157,18 +157,6 @@ export const CARD_LIST: CardType[] = [
|
|||
example: ByIssues
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
title: 'Insights',
|
||||
key: INSIGHTS,
|
||||
cardType: INSIGHTS,
|
||||
metricOf: 'issueCategories',
|
||||
category: CARD_CATEGORIES[0].key,
|
||||
width: 4,
|
||||
isEnterprise: true,
|
||||
example: InsightsExample
|
||||
},
|
||||
|
||||
// Performance Monitoring
|
||||
{
|
||||
title: 'CPU Load',
|
||||
|
|
@ -455,6 +443,16 @@ export const CARD_LIST: CardType[] = [
|
|||
height: 336,
|
||||
example: TableOfErrors
|
||||
},
|
||||
{
|
||||
title: 'Insights',
|
||||
key: INSIGHTS,
|
||||
cardType: INSIGHTS,
|
||||
metricOf: 'issueCategories',
|
||||
category: CARD_CATEGORIES[3].key,
|
||||
width: 4,
|
||||
isEnterprise: true,
|
||||
example: InsightsExample
|
||||
},
|
||||
{
|
||||
title: 'Sessions Impacted by JS Errors',
|
||||
key: FilterKey.IMPACTED_SESSIONS_BY_JS_ERRORS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue