Introducing: Filter by Flow
by Or YeshIntroducing: Service Explorer
by Or YeshMeet Hud’s New Service Explorer - A new way to navigate your code.
You can now navigate your code based on how it actually behaves in production: the Service Explorer is built from the live production call graph, so you can pick an endpoint, see what function it invokes, then what function this function calls, etc.
Give it a try and let us know what you think.
Look for the Hud logo on the left to launch it.

Introducing: Call Graph
by Or YeshMeet Hud’s New Call Graph - A new way to understand your production flow.
Now, when clicking a Hudder, you’ll be able to see your function's callers and callees, based on production execution, and navigate in your code flow.
The graph can help you understand where your function is invoked from, what flow it affects, see top usages at the top, find likely root functions, and more.
Coming soon: Additional overlay information, improved design, and more new sections in the bottom panel.

New feature: call graph routes with significant exceptions.
We’ve added a new way to easily see and navigate flows that result in high error rates. Connections between functions with high exception rates will be marked in red on the call graph.
You can traverse the graph to find the root cause of the exceptions or examine the impacted top-level endpoint.
