From fefd0effefea2da79639588121eafe05201c01dd Mon Sep 17 00:00:00 2001 From: aks07 Date: Wed, 22 Apr 2026 17:59:48 +0530 Subject: [PATCH] feat: add trace details header styles --- frontend/src/constants/localStorage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/constants/localStorage.ts b/frontend/src/constants/localStorage.ts index 3314062fb8..efa3bc0e47 100644 --- a/frontend/src/constants/localStorage.ts +++ b/frontend/src/constants/localStorage.ts @@ -38,5 +38,6 @@ export enum LOCALSTORAGE { DISSMISSED_COST_METER_INFO = 'DISMISSED_COST_METER_INFO', DISMISSED_API_KEYS_DEPRECATION_BANNER = 'DISMISSED_API_KEYS_DEPRECATION_BANNER', TRACE_DETAILS_SPAN_DETAILS_POSITION = 'TRACE_DETAILS_SPAN_DETAILS_POSITION', + TRACE_DETAILS_SHOW_TRACE_OVERVIEW = 'TRACE_DETAILS_SHOW_TRACE_OVERVIEW', LICENSE_KEY_CALLOUT_DISMISSED = 'LICENSE_KEY_CALLOUT_DISMISSED', }