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
I want to create a trace in Datadog with nested business tags using the tags property of the SpanOptions in the tracer. While the tags documentation suggests we can provide any value (e.g., nested objects), my nested objects are not fully displayed in the span overview. Only up to two levels of nesting are visible.
// Tags documentation in SDKexportinterfaceSpanOptions{/** * set of key-value pairs which will be set as tags on the newly created * Span. Ownership of the object is passed to the created span for * efficiency reasons (the caller should not modify this object after * calling startSpan). */tags?: {[key: string]: any};}
Expected behaviour
The span overview in Datadog should display all levels of nested tags. For example:
Tracer Version(s)
5.29.0
Node.js Version(s)
22.12.0
Bug Report
Issue Description
I want to create a trace in Datadog with nested business tags using the
tags
property of theSpanOptions
in thetracer
. While the tags documentation suggests we can provide any value (e.g., nested objects), my nested objects are not fully displayed in the span overview. Only up to two levels of nesting are visible.Expected behaviour
The span overview in Datadog should display all levels of nested tags. For example:
Actual behaviour
The span overview in Datadog only displays up to two levels of nesting:
Code to reproduce
Current Code:
Other attempt, working with one less level of nesting:
Output of other attempt:
Request
Can you clarify:
Thank you for your help!
Reproduction Code
No response
Error Logs
No response
Tracer Config
No response
Operating System
No response
Bundling
Webpack
The text was updated successfully, but these errors were encountered: