Skip to content

Commit

Permalink
chore(pact_verifier): Exclude parameters from the span which are incl…
Browse files Browse the repository at this point in the history
…uded in the previous span
  • Loading branch information
rholshausen committed May 13, 2024
1 parent efc3dc4 commit e44458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pact_verifier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ async fn execute_state_change<S: ProviderStateExecutor>(

/// Main implementation for verifying an interaction. Will return a tuple containing the
/// result of the verification and any output collected plus the time taken to execute
#[tracing::instrument(level = "trace")]
#[tracing::instrument(level = "trace", skip_all)]
async fn verify_interaction<'a, F: RequestFilterExecutor, S: ProviderStateExecutor>(
provider: &ProviderInfo,
interaction: &(dyn Interaction + Send + Sync + RefUnwindSafe),
Expand Down

0 comments on commit e44458a

Please sign in to comment.