firstPartyHostsWithTracingHeaders property

Map<String, Set<TracingHeaderType>> firstPartyHostsWithTracingHeaders
getter/setter pair

A list of first party hosts and the types of tracing headers Datadog should automatically inject on resource calls. This is used in conjunction with Datadog network tracking packages like datadog_tracking_http_client

For more information about tracing headers, see TracingHeaderType.

Each request will be classified as 1st- or 3rd-party based on the host comparison, i.e.:

Implementation

Map<String, Set<TracingHeaderType>> firstPartyHostsWithTracingHeaders = {};