Class OtelSpanUtils

java.lang.Object
io.sentry.opentelemetry.OtelSpanUtils

public final class OtelSpanUtils extends Object
  • Constructor Details

    • OtelSpanUtils

      public OtelSpanUtils()
  • Method Details

    • maybeTransferOtelAttribute

      public static <T> void maybeTransferOtelAttribute(@NotNull @NotNull io.opentelemetry.sdk.trace.data.SpanData otelSpan, @NotNull @NotNull io.sentry.ISpan sentrySpan, @NotNull @NotNull io.opentelemetry.api.common.AttributeKey<T> key)