mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-26 12:02:19 +00:00
* feat: while the funnel steps are invalid, handle auto save in local storage * chore: handle lightmode style in 'add span to funnel' modal * fix: don't save incomplete steps state in local storage if last saved configuration has valid steps * chore: close the 'Add span to funnel' modal on clicking save or discard * chore: deprecate the run funnel flow for unexecuted funnel * feat: change the funnel configuration save logic, and deprecate auto save * refactor: send all steps in the payload of analytics/overview * refactor: send all steps in the payload of analytics/steps (graph API) * chore: send all steps in the payload of analytics/steps/overview API * chore: send funnel steps with slow and error traces + deprecate the refetch on latency type change * chore: overall improvements * chore: change the save funnel icon + increase the width of funnel steps * fix: make the changes w.r.t. the updated funnel steps validation API + bugfixes * fix: remove funnelId from funnel results APIs * fix: handle edge case i.e. refetch funnel results on deleting a funnel step * chore: remove funnel steps configuration cache on removing funnel * chore: don't refetch the results on changing the latency type * fix: fix the edge cases of save funnel button being enabled even after saving the funnel steps * chore: remove the span count column from top traces tables * fix: fix the failing CI check by removing unnecessary props / fixing the types