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
-
Method Summary
Modifier and TypeMethodDescription<C> io.opentelemetry.context.Context
extract
(io.opentelemetry.context.Context context, C carrier, io.opentelemetry.context.propagation.TextMapGetter<C> getter) Deprecated.fields()
Deprecated.<C> void
inject
(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:
fields
in 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:
inject
in 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:
extract
in interfaceio.opentelemetry.context.propagation.TextMapPropagator
-
OtelSentryPropagator
instead