From d97f11e17f3e2e8dbf91b035cbba875eb8b8ea1d Mon Sep 17 00:00:00 2001 From: Joris Bayer Date: Tue, 4 Jun 2024 11:59:31 +0200 Subject: [PATCH] snapshots --- relay-event-normalization/src/normalize/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/relay-event-normalization/src/normalize/mod.rs b/relay-event-normalization/src/normalize/mod.rs index 57c43b4fa8..884c95ecbe 100644 --- a/relay-event-normalization/src/normalize/mod.rs +++ b/relay-event-normalization/src/normalize/mod.rs @@ -1706,7 +1706,6 @@ mod tests { timestamp: ~, start_timestamp: ~, exclusive_time: ~, - description: ~, op: "app_start_cold", span_id: ~, parent_span_id: ~, @@ -1714,6 +1713,7 @@ mod tests { segment_id: ~, is_segment: ~, status: ~, + description: ~, tags: ~, origin: ~, profile_id: ~, @@ -1751,7 +1751,6 @@ mod tests { timestamp: ~, start_timestamp: ~, exclusive_time: ~, - description: ~, op: "app.start.cold", span_id: ~, parent_span_id: ~, @@ -1759,6 +1758,7 @@ mod tests { segment_id: ~, is_segment: ~, status: ~, + description: ~, tags: ~, origin: ~, profile_id: ~, @@ -1796,7 +1796,6 @@ mod tests { timestamp: ~, start_timestamp: ~, exclusive_time: ~, - description: ~, op: "app.start.warm", span_id: ~, parent_span_id: ~, @@ -1804,6 +1803,7 @@ mod tests { segment_id: ~, is_segment: ~, status: ~, + description: ~, tags: ~, origin: ~, profile_id: ~,