Skip to content

Commit

Permalink
Remove leftover cfg(feature=metrics)
Browse files Browse the repository at this point in the history
  • Loading branch information
frigus02 authored Oct 15, 2024
1 parent b7dff38 commit b94ba0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ where
),
instrumentation_key: self.instrumentation_key,
sample_rate: self.sample_rate.unwrap_or(100.0),
#[cfg(feature = "metrics")]
resource: Resource::empty(),
}
}
Expand Down

0 comments on commit b94ba0d

Please sign in to comment.