Skip to content

Commit abce37f

Browse files
authored
ref: Rename relay-spans/span to otel_to_sentry (#4742)
This is in preparation for the spanv2 -> spanv1 and otel -> spanv2 conversions. It also introduces JSON snapshots into tests where appropriate.
1 parent 1f0f86e commit abce37f

File tree

2 files changed

+208
-122
lines changed

2 files changed

+208
-122
lines changed

relay-spans/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
html_favicon_url = "https://raw.githubusercontent.com/getsentry/relay/master/artwork/relay-icon.png"
77
)]
88

9-
pub use crate::span::otel_to_sentry_span;
9+
pub use crate::otel_to_sentry::otel_to_sentry_span;
1010

1111
pub use opentelemetry_proto::tonic::trace::v1 as otel_trace;
1212

13-
mod span;
13+
mod otel_to_sentry;
1414
mod status_codes;

0 commit comments

Comments
 (0)