Package 

Object RumContextPropagator.Companion

    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> extractRumContext(DatadogSpan $self, RumContextPropagator propagator, Boolean block) For internal usage only.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • extractRumContext

         final <ERROR CLASS> extractRumContext(DatadogSpan $self, RumContextPropagator propagator, Boolean block)

        For internal usage only.

        Check for the Datadog context future and extracts the RUM context from it. If RUM context is present - it will be added to the span.

        Parameters:
        propagator - the RumContextPropagator instance to use.
        block - if true, this method will block (1 second max) until the Datadog context is resolved.