Skip to content

Commit

Permalink
Trace integrate function
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Apr 23, 2024
1 parent cb627eb commit 7ab95b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ impl IntegrationError {
}
}

#[tracing::instrument(skip_all)]
pub fn integrate<P: AsRef<Path>>(
path_pak: P,
config: MetaConfig,
Expand Down

0 comments on commit 7ab95b6

Please sign in to comment.