Skip to content

Allow for > 1 header type in the 'tracingHeaderTypes' configuration #170

Description

@gregomite

Feature description

  1. Use Case
    Compared with Roku, the Browser and Android/iOS Datadog SDKs have greater flexibility with configuring multiple header types with setting tracing headers. To level up the Roku SDK, we could add support for setting more than one header type for a particular host.

  2. How the SDK currently delivers
    Presently, the Roku SDK only allows one header type per host. For example, host 'abc.alphabet.com' could only accept "datadog" headers. However, browser-based devices could accept an array such as ["datadog", "tracecontext"].

  3. What would you live to see
    Implement support for more than one header type per host. Make this logic backwards compatible for older SDK versions.

Proposed solution

#171

Other relevant information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions