Closed rdsedmundo closed 1 year ago
Hi @rdsedmundo - thanks for reaching out!
Datadog APM span tags which contain no values (or null/undefined values) are not indexed, which is why this is not being shown. Unfortunately this library doesn't control that, however you could open a feature request with our support team if you'd like to request this.
Thanks! AJ
Expected Behavior
function.response.body
should be set to[]
.Actual Behavior
I matched the requests via AWS's Lambda Request ID so I'm sure they're referring to the same request. The same endpoint is working fine for requests that return data in the array:
body[*].A, body[*].B, etc
gets filled correctly.Steps to Reproduce the Problem
It's very hard for me to pinpoint if the bug really is here in this lib, as the bug can be on Datadog's own FE dashboard / API, etc.
Specifications
Stacktrace
N/A.