Package io.sentry.opentelemetry
Class SentryPropagator
java.lang.Object
io.sentry.opentelemetry.SentryPropagator
- All Implemented Interfaces:
io.opentelemetry.context.propagation.TextMapPropagator
@Deprecated
public final class SentryPropagator
extends Object
implements io.opentelemetry.context.propagation.TextMapPropagator
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<C> io.opentelemetry.context.Contextextract(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapGetter<C> getter) Deprecated.fields()Deprecated.<C> voidinject(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapSetter<C> setter) Deprecated.
-
Constructor Details
-
SentryPropagator
public SentryPropagator()Deprecated.
-
-
Method Details
-
fields
Deprecated.- Specified by:
fieldsin interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
inject
public <C> void inject(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapSetter<C> setter) Deprecated.- Specified by:
injectin interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
extract
public <C> io.opentelemetry.context.Context extract(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapGetter<C> getter) Deprecated.- Specified by:
extractin interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
OtelSentryPropagatorinstead