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 22, 2024
1 parent 9f6f1e9 commit fa547c1
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 fa547c1

Please sign in to comment.