Skip to main content

Crate relay_spans

Crate relay_spans 

Source
Expand description

Structs and functions needed to ingest OpenTelemetry spans.

Modules§

otel_trace

Functions§

derive_description_for_v2_span
Derives a description for a V2 span, based on its name and attributes.
derive_op_for_v2_span
Generates a sentry.op attribute for V2 span, if possible.
name_for_attributes
Constructs a name attribute for a V2 span, based on its attributes.
otel_to_sentry_span_v2
Transform an OTEL span to a Sentry span V2.
span_v1_to_span_v2
Converts a legacy span to the new Span V2 schema.