diff --git a/aggregator/src/aggregator.rs b/aggregator/src/aggregator.rs index 9e70952a18..3bf2edfb0d 100644 --- a/aggregator/src/aggregator.rs +++ b/aggregator/src/aggregator.rs @@ -680,7 +680,7 @@ impl Aggregator { /// Validate and authorize a taskprov request. Returns values necessary for determining whether /// we can opt into the task. This function might return an opt-out error for conditions that /// are relevant for all DAP workflows (e.g. task expiration). - #[tracing::instrument(skip(self), err)] + #[tracing::instrument(skip(self, aggregator_auth_token), err)] async fn taskprov_authorize_request( &self, peer_role: &Role,