diff --git a/crates/core/component/dex/src/component/router/route_and_fill.rs b/crates/core/component/dex/src/component/router/route_and_fill.rs index 6369ec2798..a7c0b205d0 100644 --- a/crates/core/component/dex/src/component/router/route_and_fill.rs +++ b/crates/core/component/dex/src/component/router/route_and_fill.rs @@ -126,7 +126,7 @@ impl HandleBatchSwaps for T {} /// Lower-level trait that ties together the routing and filling logic. #[async_trait] pub trait RouteAndFill: StateWrite + Sized { - #[instrument(skip(self, asset_1, asset_2, input, params))] + #[instrument(skip(self, asset_1, asset_2, input, params, execution_circuit_breaker))] async fn route_and_fill( self: &mut Arc, asset_1: asset::Id,