Skip to content

Commit

Permalink
Update relay-event-normalization/src/normalize/span/tag_extraction.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Bayer <joris.bayer@sentry.io>
  • Loading branch information
colin-sentry and jjbayer authored Jul 30, 2024
1 parent 525b2cc commit cb1ebe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ fn extract_shared_measurements(event: &Event) -> Measurements {
"client_sample_rate".into(),
Measurement {
value: (*client_sample_rate).into(),
unit: MetricUnit::None.into(),
unit: MetricUnit::Fraction(FractionUnit::Ratio).into(),
}
.into(),
);
Expand Down

0 comments on commit cb1ebe7

Please sign in to comment.