feat: with opentelemetry

This commit is contained in:
2023-04-30 14:44:28 +02:00
parent bb74617d3f
commit 07d14450c8
29 changed files with 30244 additions and 11 deletions

View File

@@ -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)))
};