change(ui): moved insights to diff section

This commit is contained in:
Shekar Siri 2024-09-09 19:32:58 +05:30
parent 4c6e9fd8aa
commit 619702e91b

View file

@ -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,