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

This property only affects network requests made from Flutter, and is not shared with or populated from existing the SDK.

See DatadogConfiguration.firstPartyHostsWithTracingHeaders for more information

Implementation

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