Skip to content

Commit 8951aba

Browse files
committed
Also debug-trace information on list_virtual_branches calls.
This can be useful for those who seek extra information, and while it's dominating refresh times.
1 parent 75805d3 commit 8951aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/gitbutler-branch-actions/src/actions.rs

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ impl VirtualBranchActions {
6868
branch::is_remote_branch_mergeable(&ctx, branch_name).map_err(Into::into)
6969
}
7070

71+
#[instrument(skip(self, project))]
7172
pub fn list_virtual_branches(
7273
&self,
7374
project: &Project,

0 commit comments

Comments
 (0)