You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"].
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.
Feature description
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.
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"].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