mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-25 19:09:22 +02:00
feat: with opentelemetry
This commit is contained in:
@@ -43,6 +43,7 @@ pub fn format_function(funcs: &CommonFunctions, field: &FullTypeFields) -> Optio
|
||||
});
|
||||
|
||||
let signature = quote! {
|
||||
#[tracing::instrument(skip_all)]
|
||||
pub $(is_async) fn $(field.name.pipe(|n | format_struct_name(n)))
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user