Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Jul 8, 2024
1 parent 2ab86b1 commit ba770cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions relay-server/src/metrics_extraction/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,6 @@ mod tests {
combined_config(features, None).combined(),
200,
None,
None,
)
}

Expand Down Expand Up @@ -1398,7 +1397,6 @@ mod tests {
combined_config([Feature::ExtractCommonSpanMetricsFromEvent], None).combined(),
200,
None,
None,
);
insta::assert_debug_snapshot!((&event.value().unwrap().spans, metrics));
}
Expand Down Expand Up @@ -1456,7 +1454,6 @@ mod tests {
combined_config([Feature::ExtractCommonSpanMetricsFromEvent], None).combined(),
200,
None,
None,
);

// When transaction.op:ui.load and mobile:true, HTTP spans still get both
Expand Down Expand Up @@ -1489,7 +1486,6 @@ mod tests {
combined_config([Feature::ExtractCommonSpanMetricsFromEvent], None).combined(),
200,
None,
None,
);

let usage_metrics = metrics
Expand Down Expand Up @@ -1713,7 +1709,6 @@ mod tests {
combined_config([Feature::ExtractCommonSpanMetricsFromEvent], None).combined(),
200,
None,
None,
);

assert_eq!(metrics.len(), 4);
Expand Down Expand Up @@ -1856,7 +1851,6 @@ mod tests {
config,
200,
None,
None,
);

insta::assert_debug_snapshot!(&event.value().unwrap()._metrics_summary);
Expand Down

0 comments on commit ba770cf

Please sign in to comment.