diff --git a/fynd-core/src/worker_pool_router/mod.rs b/fynd-core/src/worker_pool_router/mod.rs index 51f4cfd3..61aef2e5 100644 --- a/fynd-core/src/worker_pool_router/mod.rs +++ b/fynd-core/src/worker_pool_router/mod.rs @@ -1076,6 +1076,7 @@ fn has_valid_exclusive_route(quote: &OrderQuote, chain: Chain) -> bool { is_native_wrap(next, chain) }); if !reaches_output { + counter!("exclusive_route_invalid_shape_total").increment(1); return false; } exclusive_count += 1;