SigNoz/signoz

Feat(FE): Global Time Visibility as per route

開放

#1,659 建立於 2022年10月25日

 (6 則留言) (0 個反應) (1 位負責人)TypeScript (976 個分叉)batch import
good first issuehacktoberfest

倉庫指標

星標
 (16,037 顆星)
PR 合併指標
 (平均合併 5天 22小時) (30 天內合併 224 個 PR)

描述

Is your feature request related to a problem?

Please describe. Right now to show the global header we are using routesToSkip , need to refactor the logic to display according to the route where this component is required

eg:

routes = ['/services','/service/:id','/trace','/logs','/dashboard/:dashboardId','/exceptions','/service-map']

Describe the solution you'd like

we can keep an array of routes in which the header needs to disable

Thank you for your feature request – we love each and every one!

貢獻者指南