mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-26 03:50:31 +00:00
* fix: display the inter-step latency type in step metrics table * chore: send latency type with n+1th step + make latency type optional * fix: fetch and format get funnel steps overview metrics * chore: remove dev env check * fix: overall fixes * fix: don't cache validate query + trigger validate on changing error and where clause as well * fix: display the latency type in step overview metrics table + p99_latency to latency * chore: revert dev env check removal (remove after BE changes are merged) * fix: adjust create API response * chore: useLocalStorage custom hook * feat: improve the run funnel flow - for the initial fetch of funnel results, require the user to run the funnel - subsequently change the run funnel button to a refresh button - display loading state while any of the funnel results APIs are being fetched * fix: fix the issue of add step details breaking * fix: refetch funnel details on rename success * fix: redirect 'learn more' to trace funnels docs * fix: handle potential undefined step in latency type calculation * fix: properly handle incomplete steps state * fix: fix the edge case of stale validation state on transitioning from invalid steps to valid steps * fix: remove the side effect from render and move to useEffect