-
public class RumContextPropagator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RumContextPropagator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>extractRumContext(DatadogSpan $self, RumContextPropagator propagator, Boolean block)For internal usage only. -
-
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.
-
-
-
-