``` /** * Register a route resolution trac...
# ktor
c
Copy code
/**
     * Register a route resolution trace function.
     * See <https://ktor.io/servers/features/routing.html#tracing> for details
     */
    public fun trace(block: (RoutingResolveTrace) -> Unit) {
        tracers.add(block)
    }
^ thats from the trace function in routing. sadly the link is a 404
👍🏼 1
👍 1