Skip to content

Commit fd2154f

Browse files
committed
chore(webhook): Hide ByteString in instrumentation
1 parent 356fb71 commit fd2154f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-webhook/src/webhooks/conversion_webhook.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl<H> ConversionWebhook<H> {
135135
}
136136

137137
#[instrument(
138-
skip(self, crd, crd_api),
138+
skip(self, crd, crd_api, new_ca_bundle),
139139
fields(
140140
name = crd.name_any(),
141141
kind = &crd.spec.names.kind

0 commit comments

Comments
 (0)