We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tags
tracing
1 parent 4cc91cc commit f8f7f84Copy full SHA for f8f7f84
crates/uv-distribution/src/distribution_database.rs
@@ -86,7 +86,7 @@ impl<'a, Context: BuildContext + Send + Sync> DistributionDatabase<'a, Context>
86
///
87
/// If `no_remote_wheel` is set, the wheel will be built from a source distribution
88
/// even if compatible pre-built wheels are available.
89
- #[instrument(skip(self))]
+ #[instrument(skip_all, fields(%dist))]
90
pub async fn get_or_build_wheel(&self, dist: &Dist, tags: &Tags) -> Result<LocalWheel, Error> {
91
match dist {
92
Dist::Built(built) => self.get_wheel(built).await,
0 commit comments